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 9bfe91b..9a0d267 100644 --- a/manifests/ca.pp +++ b/manifests/ca.pp @@ -50,6 +50,6 @@ class puppetmaster::ca { owner => puppet, group => puppet, mode => 0644, - source => "puppet://$server/files/puppetmaster/ssl/ca/ca.pem"; + source => "puppet://$server/files/puppetmaster/ssl/certs/ca.pem"; } } |
