Skip to content

Commit

Permalink
798435: Make the pulp.conf file readable only by the apache user
Browse files Browse the repository at this point in the history
(cherry picked from commit 63dade5)
  • Loading branch information
bkearney committed Mar 7, 2012
1 parent dbe8968 commit a344112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions puppet/modules/pulp/manifests/config.pp
Expand Up @@ -10,6 +10,8 @@
"/etc/pulp/pulp.conf":
content => template("pulp/etc/pulp/pulp.conf.erb"),
require => File["/var/lib/pulp/packages"],
owner=>"apache",
mode=>"600",
before => [Class["apache2::service"]];
"/etc/httpd/conf.d/pulp.conf":
content => template("pulp/etc/httpd/conf.d/pulp.conf.erb"),
Expand Down

0 comments on commit a344112

Please sign in to comment.