Forgot to add the default file for LCR
This commit is contained in:
parent
29808f47a6
commit
bb7e969831
2 changed files with 12 additions and 0 deletions
6
modules/rhizomatica_base_system/files/etc/default/lcr
Normal file
6
modules/rhizomatica_base_system/files/etc/default/lcr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# This file allows you to alter the configuration of the lcr
|
||||||
|
# init.d script. Normally you should leave the file as-is.
|
||||||
|
#
|
||||||
|
# RUNLCR: If set to anything other that 'yes', the lcr init.d script
|
||||||
|
# will not run. The default is 'yes'.
|
||||||
|
RUNLCR=yes
|
|
@ -276,6 +276,12 @@ class rhizomatica_base_system {
|
||||||
require => Package['lcr'],
|
require => Package['lcr'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { '/etc/default/lcr':
|
||||||
|
ensure => present,
|
||||||
|
source => 'puppet:///modules/rhizomatica_base_system/etc/default/lcr',
|
||||||
|
require => Package['lcr'],
|
||||||
|
}
|
||||||
|
|
||||||
file { '/etc/cron.d/rhizomatica':
|
file { '/etc/cron.d/rhizomatica':
|
||||||
source => 'puppet:///modules/rhizomatica_base_system/etc/cron.d/rhizomatica',
|
source => 'puppet:///modules/rhizomatica_base_system/etc/cron.d/rhizomatica',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue