X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Finit.pp;h=b9d005b476e37a7a8c05621341a2697e2f55b2e0;hb=a832220b134218ea09f160f7ad11c7a502233c65;hp=0cf33bdc4183a542f42e62439ee585a326698e70;hpb=ddffb9475c65e898f4cc4e7a12f729aa511e269d;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/init.pp b/modules/bacula/manifests/init.pp index 0cf33bdc4..b9d005b47 100644 --- a/modules/bacula/manifests/init.pp +++ b/modules/bacula/manifests/init.pp @@ -30,9 +30,9 @@ class bacula { $bacula_ca_path = '/etc/ssl/debian/certs/ca.crt' $bacula_ssl_client_cert = '/etc/ssl/debian/certs/thishost.crt' - $bacula_ssl_client_key = '/etc/ssl/debian/keys/thishost.key' + $bacula_ssl_client_key = '/etc/ssl/private/thishost.key' $bacula_ssl_server_cert = '/etc/ssl/debian/certs/thishost-server.crt' - $bacula_ssl_server_key = '/etc/ssl/debian/keys/thishost-server.key' + $bacula_ssl_server_key = '/etc/ssl/private/thishost-server.key' file { '/usr/local/sbin/bacula-idle-restart': mode => '0555',