diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/ca.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ca.pp b/manifests/ca.pp index 1c5055e..3fb9a48 100644 --- a/manifests/ca.pp +++ b/manifests/ca.pp @@ -45,7 +45,7 @@ class puppetmaster::ca { group => puppet, mode => 0640, source => "puppet://$server/files/puppetmaster/ssl/ca/ca_pub.pem"; - '/var/lib/puppetmaster/ssl/certs/ca.pem:': + '/var/lib/puppetmaster/ssl/certs/ca.pem': ensure => present, owner => puppet, group => puppet, |