diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2010-09-25 15:00:52 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2010-09-25 15:00:52 -0300 |
| commit | 0efb5acacc17c9410eee28a1d182384b67af9ac2 (patch) | |
| tree | 03e1a065e9f8b1d70c2f902ab3efaa0cbca373ae /manifests | |
| parent | 6da5722907107fd761ebec5c0794b4468b5449b6 (diff) | |
| download | puppet-puppet-0efb5acacc17c9410eee28a1d182384b67af9ac2.tar.gz puppet-puppet-0efb5acacc17c9410eee28a1d182384b67af9ac2.tar.bz2 | |
Minor fix
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, |
