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('apt.preferences.bacula-client.erb'),
+ mode => '0444',
+ owner => root,
+ group => root,
+ ;
+
}
@ferm::rule { 'dsa-bacula-fd-v4':
--- /dev/null
+# defaults file for bacula-fd
+
+# Service can be disabled by setting
+# ENABLED="no"
+ENABLED="yes"
+
+# Additional start arguments can be provided here
+# ARGS=""
+ARGS="-u bacula -k"
+
+# Default config file can be changed here
+# CONFIG="/etc/bacula/bacula-fd.conf"
+CONFIG="/etc/bacula/bacula-fd.conf"