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
|
@ -276,6 +276,12 @@ class rhizomatica_base_system {
|
|||
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':
|
||||
source => 'puppet:///modules/rhizomatica_base_system/etc/cron.d/rhizomatica',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue