{"id":20490756,"url":"https://github.com/osoco/puppet-apache2_svn","last_synced_at":"2025-08-12T02:10:30.865Z","repository":{"id":3386244,"uuid":"4434645","full_name":"osoco/puppet-apache2_svn","owner":"osoco","description":"Puppet module to manage a typical svn apache2 configuration","archived":false,"fork":false,"pushed_at":"2012-05-24T15:57:50.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T17:29:11.167Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osoco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-24T15:48:05.000Z","updated_at":"2013-11-07T13:00:31.000Z","dependencies_parsed_at":"2022-09-07T19:40:25.071Z","dependency_job_id":null,"html_url":"https://github.com/osoco/puppet-apache2_svn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/osoco/puppet-apache2_svn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osoco%2Fpuppet-apache2_svn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osoco%2Fpuppet-apache2_svn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osoco%2Fpuppet-apache2_svn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osoco%2Fpuppet-apache2_svn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osoco","download_url":"https://codeload.github.com/osoco/puppet-apache2_svn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osoco%2Fpuppet-apache2_svn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269987123,"owners_count":24508176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T17:18:24.784Z","updated_at":"2025-08-12T02:10:30.847Z","avatar_url":"https://github.com/osoco.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"puppet-apache2_svn\n==================\n\nPuppet module to manage a typical svn apache2 configuration. \nDepends on \n  * https://github.com/osoco/puppet-apache2\n  * https://github.com/osoco/puppet-apache2_ssl (not mandatory, but usefull for ssl repos)\n\nExample using both apache2 and apache2_ssl modules:\n\n    class my_svn_apache2_class {\n\n        $svn_host_name = 'svn.myorg.com'\n        $svn_home = '/var/svn'\n\n        apache2_ssl::certificate { \"$svn_host_name-cert\":\n            cert_name =\u003e \"$svn_host_name\",\n            cert_file_source =\u003e \"puppet:///modules/my_svn_apache2_class/$svn_host_name.pem\",\n            cert_key_file_source =\u003e \"puppet:///modules/my_svn_apache2_class/$svn_host_name.key\"\n        }\n\n        include apache2_ssl\n\n        apache2_svn::virtualhost { \"$svn_host_name\":\n           virtualhost_name =\u003e \"$svn_host_name\",\n           server_admin_mail =\u003e 'admin@myorg.com',\n           document_root =\u003e \"$svn_home\",\n           svn_location =\u003e '/subversion',\n           svn_parent_path =\u003e \"$svn_home\",\n           auth_file =\u003e \"$svn_home/conf/svn-auth\",\n           access_file =\u003e \"$svn_home/conf/svn-access\",\n           auth_name =\u003e \"MyOrg SVN Repo\",\n           ssl_cert =\u003e \"$apache2_ssl::apache2_ssl_dir/$svn_host_name.pem\",\n           ssl_cert_key =\u003e \"$apache2_ssl::apache2_ssl_dir/$svn_host_name.key\",\n           is_https =\u003e true,\n           rewrite_conds =\u003e ['RewriteCond $0 !(^/ssl_not_needed_location/)']\n       }\n    }\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosoco%2Fpuppet-apache2_svn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosoco%2Fpuppet-apache2_svn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosoco%2Fpuppet-apache2_svn/lists"}