rhizo_base: Whitespace fixes
This commit should not change behavior.
This commit is contained in:
parent
f2ebee2018
commit
633c08fcf5
4 changed files with 16 additions and 16 deletions
|
@ -373,7 +373,7 @@ schedule { 'repo':
|
|||
content => template('rhizo_base/localnet.json.erb'),
|
||||
}
|
||||
|
||||
if $operatingsystem == 'Debian' {
|
||||
if $operatingsystem == 'Debian' {
|
||||
exec { 'locale-gen':
|
||||
command => '/usr/sbin/locale-gen',
|
||||
require => [ File['/var/rhizomatica/rccn/config_values.py'],
|
||||
|
@ -381,15 +381,15 @@ schedule { 'repo':
|
|||
refreshonly => true,
|
||||
}
|
||||
}
|
||||
|
||||
if $operatingsystem == 'Ubuntu' {
|
||||
|
||||
if $operatingsystem == 'Ubuntu' {
|
||||
exec { 'locale-gen':
|
||||
command => '/usr/sbin/locale-gen',
|
||||
require => [ File['/var/rhizomatica/rccn/config_values.py'],
|
||||
File['/var/lib/locales/supported.d/local'] ],
|
||||
refreshonly => true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
exec { 'notify-freeswitch':
|
||||
command => '/bin/echo 1 > /tmp/FS-dirty',
|
||||
|
@ -437,7 +437,7 @@ schedule { 'repo':
|
|||
source => 'puppet:///modules/rhizo_base/var/lib/locales/supported.d/local',
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if $operatingsystem == 'Debian' {
|
||||
file { '/etc/locale.gen':
|
||||
ensure => present,
|
||||
|
@ -486,7 +486,7 @@ schedule { 'repo':
|
|||
ensure => '13.1.0',
|
||||
pkgname => 'Twisted',
|
||||
}
|
||||
|
||||
|
||||
python::pip { 'corepost':
|
||||
schedule => 'onceweek',
|
||||
ensure => 'present',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue