Oops, forgot a => :)
This commit is contained in:
parent
8e88edce0a
commit
29808f47a6
1 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@ class rhizomatica_base_system {
|
||||||
|
|
||||||
#LCR
|
#LCR
|
||||||
package { 'lcr':
|
package { 'lcr':
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
require => Apt::Source['rhizomatica'],
|
require => Apt::Source['rhizomatica'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -273,7 +273,7 @@ class rhizomatica_base_system {
|
||||||
source => 'puppet:///modules/rhizomatica_base_system/usr/etc/lcr',
|
source => 'puppet:///modules/rhizomatica_base_system/usr/etc/lcr',
|
||||||
recurse => remote,
|
recurse => remote,
|
||||||
purge => true,
|
purge => true,
|
||||||
require Package['lcr'],
|
require => Package['lcr'],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/etc/cron.d/rhizomatica':
|
file { '/etc/cron.d/rhizomatica':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue