{"id":20490741,"url":"https://github.com/osoco/puppet-apache2_trac","last_synced_at":"2025-03-05T17:24:04.359Z","repository":{"id":3386348,"uuid":"4434760","full_name":"osoco/puppet-apache2_trac","owner":"osoco","description":"Puppet module to manage a typical trac apache2 configuration","archived":false,"fork":false,"pushed_at":"2012-05-24T16:10:14.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T05:25:58.838Z","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:58:30.000Z","updated_at":"2013-12-13T09:10:57.000Z","dependencies_parsed_at":"2022-09-05T14:11:47.827Z","dependency_job_id":null,"html_url":"https://github.com/osoco/puppet-apache2_trac","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osoco%2Fpuppet-apache2_trac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osoco%2Fpuppet-apache2_trac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osoco%2Fpuppet-apache2_trac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osoco%2Fpuppet-apache2_trac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osoco","download_url":"https://codeload.github.com/osoco/puppet-apache2_trac/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242068454,"owners_count":20066898,"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","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:17.077Z","updated_at":"2025-03-05T17:24:04.332Z","avatar_url":"https://github.com/osoco.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"puppet-apache2_trac\n===================\n\nPuppet module to manage a typical trac apache2 configuration. Depends on:\n  * https://github.com/osoco/puppet-apache2\n  * https://github.com/osoco/puppet-apache2_fcgid\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_trac_apache_class {\n\n        include apache2_trac\n        include apache2_ssl\n\n        apache2_ssl::certificate { \"trac.myorg.com-cert\":\n            cert_name =\u003e \"$trac.myorg.com\",\n            cert_file_source =\u003e \"puppet:///modules/my_trac_apache2_class/trac.myorg.com.pem\",\n            cert_key_file_source =\u003e \"puppet:///modules/my_trac_apache2_class/trac.myorg.com.key\"\n        }\n\n        apache2_trac::virtualhost { \"trac.myorg.com\":\n           virtualhost_name =\u003e \"trac.myorg.com\",\n           server_admin_mail =\u003e \"admin@myorg.com\",\n           trac_location =\u003e \"/\",\n           trac_install_path =\u003e \"/var/trac\",\n           auth_required =\u003e true,\n           auth_file =\u003e \"/var/svn/conf/svn-auth\",\n           auth_name =\u003e \"MyOrg SVN Repo\",\n           is_https =\u003e true,\n           ssl_cert =\u003e \"$apache2_ssl::apache2_ssl_dir/trac.myorg.com.pem\",\n           ssl_cert_key =\u003e \"$apache2_ssl::apache2_ssl_dir/trac.myorg.com.key\",\n        }\n    }\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosoco%2Fpuppet-apache2_trac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosoco%2Fpuppet-apache2_trac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosoco%2Fpuppet-apache2_trac/lists"}