Skip to content

Commit

Permalink
Merge pull request #119 from elyscape/peadmin_cert_permissions
Browse files Browse the repository at this point in the history
Remove +x permissions from peadmin-cert.pem
  • Loading branch information
acidprime committed Jan 26, 2015
2 parents 327d8a6 + f69511d commit 60730c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/webhook.pp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
ensure => 'file',
owner => 'peadmin',
group => 'peadmin',
mode => '0644',
content => file('/etc/puppetlabs/puppet/ssl/certs/pe-internal-peadmin-mcollective-client.pem'),
}

Expand Down

0 comments on commit 60730c6

Please sign in to comment.