X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fclient.pp;h=db93aa72c8410dcdc6b08d408c2ee386556796bc;hb=9fcf4bb136ea38918c495570860360925884f857;hp=9f43e8603e4430d8b1098f6b9dc687cf0c15c832;hpb=7df87f1f9903d5a71751a9000d8b0a893991ee8a;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index 9f43e8603..db93aa72c 100644 --- a/modules/bacula/manifests/client.pp +++ b/modules/bacula/manifests/client.pp @@ -1,7 +1,7 @@ class bacula::client inherits bacula { @@bacula::storage-per-node { $::fqdn: } - if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, lully, master, new-master, schumann, soler, wilder, wolkenstein] { + if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, kaufmann, lully, master, new-master, reger, schumann, soler, vento, vieuxtemps, wilder, wolkenstein] { @@bacula::node { $::fqdn: } } @@ -16,34 +16,37 @@ class bacula::client inherits bacula { require => Package['bacula-fd'] } - file { - '/etc/bacula/bacula-fd.conf': - content => template('bacula/bacula-fd.conf.erb'), - mode => '0640', - owner => root, - group => bacula, - require => Package['bacula-fd'], - notify => Service['bacula-fd'], - ; - '/usr/local/sbin/postbaculajob': - mode => '0775', - source => 'puppet:///modules/bacula/postbaculajob', - ; - '/etc/default/bacula-fd': - content => template('bacula/default.bacula-fd.erb'), - mode => '0400', - owner => root, - group => root, - require => Package['bacula-fd'], - notify => Service['bacula-fd'], - ; - '/etc/apt/preferences.d/dsa-bacula-client': + file { '/etc/bacula/bacula-fd.conf': + content => template('bacula/bacula-fd.conf.erb'), + mode => '0640', + owner => root, + group => bacula, + require => Package['bacula-fd'], + notify => Service['bacula-fd'], + } + file { '/usr/local/sbin/postbaculajob': + mode => '0775', + source => 'puppet:///modules/bacula/postbaculajob', + } + file { '/etc/default/bacula-fd': + content => template('bacula/default.bacula-fd.erb'), + mode => '0400', + owner => root, + group => root, + require => Package['bacula-fd'], + notify => Service['bacula-fd'], + } + if $::lsbmajdistrelease < 7 { + file { '/etc/apt/preferences.d/dsa-bacula-client': content => template('bacula/apt.preferences.bacula-client.erb'), mode => '0444', owner => root, group => root, - ; - + } + } else { + file { '/etc/apt/preferences.d/dsa-bacula-client': + ensure => absent + } } @ferm::rule { 'dsa-bacula-fd-v4':