X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Finit.pp;h=0cf33bdc4183a542f42e62439ee585a326698e70;hb=41c40c4a9c30480d08813b55fded8e147718f44f;hp=ddaa838df980ae431b653697ccac6e90816e9ac1;hpb=3a8728abb0195e34cd5745ee100e5b6e3c254824;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/init.pp b/modules/bacula/manifests/init.pp index ddaa838df..0cf33bdc4 100644 --- a/modules/bacula/manifests/init.pp +++ b/modules/bacula/manifests/init.pp @@ -11,10 +11,10 @@ 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_db_address = 'danzi.debian.org' @@ -33,4 +33,10 @@ class bacula { $bacula_ssl_client_key = '/etc/ssl/debian/keys/thishost.key' $bacula_ssl_server_cert = '/etc/ssl/debian/certs/thishost-server.crt' $bacula_ssl_server_key = '/etc/ssl/debian/keys/thishost-server.key' + + file { '/usr/local/sbin/bacula-idle-restart': + mode => '0555', + source => 'puppet:///modules/bacula/bacula-idle-restart', + } + }