Skip to content

Commit

Permalink
Merge pull request #120 from aharden/master
Browse files Browse the repository at this point in the history
Update webhook.pp - adjusted peadmin-cert.pem
  • Loading branch information
acidprime committed Feb 9, 2015
2 parents 7f49266 + 2cef161 commit 58c067a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/webhook.pp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@

# 3.7 does not place the certificate in peadmin's ~
# This places it there as if it was an upgrade
file { '/var/lib/peadmin/.mcollective.d/peadmin-cert.pem':
file { 'peadmin-cert.pem':
path => '/var/lib/peadmin/.mcollective.d/peadmin-cert.pem',
ensure => 'file',
owner => 'peadmin',
group => 'peadmin',
Expand Down

0 comments on commit 58c067a

Please sign in to comment.