From: Peter Palfrader Date: Fri, 15 Mar 2013 20:24:20 +0000 (+0100) Subject: emulate sgran's style more X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=02c23c5e48475028ab72af92e091936b345c1b66 emulate sgran's style more --- diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index c190030d..abd11b35 100644 --- a/modules/bacula/manifests/client.pp +++ b/modules/bacula/manifests/client.pp @@ -16,34 +16,31 @@ 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': - content => template('bacula/apt.preferences.bacula-client.erb'), - mode => '0444', - owner => root, - group => root, - ; - + 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'], + } + file { '/etc/apt/preferences.d/dsa-bacula-client': + content => template('bacula/apt.preferences.bacula-client.erb'), + mode => '0444', + owner => root, + group => root, } @ferm::rule { 'dsa-bacula-fd-v4':