X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Finit.pp;h=c536a948bbd1f98a7d5d1ff45a4726574e94f18d;hb=e3aaf9e253e242ed83a566464c85edf4d609f153;hp=7e3c5070a1ad319c888b2b860bb8c77e46175695;hpb=a5ffcf93be9b9c03cb2cb20ddcfbfd32b56a8634;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/init.pp b/modules/bacula/manifests/init.pp index 7e3c5070a..c536a948b 100644 --- a/modules/bacula/manifests/init.pp +++ b/modules/bacula/manifests/init.pp @@ -11,12 +11,12 @@ class bacula { $bacula_pool_name = 'debian' # use IP address for ferm. - $bacula_director_ip = '206.12.19.139' + $bacula_director_ip = '5.153.231.19' $bacula_director_address = 'dinis.debian.org' $bacula_director_port = 9101 - $bacula_storage_address = 'beethoven.debian.org' + $bacula_storage_address = 'storace.debian.org' $bacula_storage_port = 9103 - $bacula_client_port = 9102 + $bacula_client_port = hiera('bacula_fd_port', 9102) $bacula_db_address = 'danzi.debian.org' $bacula_db_port = 5433 @@ -30,13 +30,13 @@ 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', - source => 'puppet:///modules/bacula/postbaculajob', + content => template('bacula/bacula-idle-restart.erb'), } }