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
|
@ -25,11 +25,11 @@ class rhizo_base::freeswitch::ubuntu inherits rhizo_base::freeswitch::common {
|
|||
['freeswitch-mod-speex','freeswitch-mod-cdr-pg-csv',
|
||||
'freeswitch-mod-vp8']:
|
||||
ensure => installed,
|
||||
require => Class['rhizo_base::apt'],
|
||||
require => Class['rhizo_base::apt'],
|
||||
}
|
||||
|
||||
service { 'freeswitch':
|
||||
enable => false,
|
||||
enable => false,
|
||||
require => Package['freeswitch']
|
||||
}
|
||||
|
||||
|
@ -52,8 +52,8 @@ class rhizo_base::freeswitch::debian inherits rhizo_base::freeswitch::common {
|
|||
package {
|
||||
[ 'freeswitch-mod-g729' ]:
|
||||
ensure => purged,
|
||||
require => Class['rhizo_base::apt'],
|
||||
}
|
||||
require => Class['rhizo_base::apt'],
|
||||
}
|
||||
|
||||
file { '/etc/default/freeswitch':
|
||||
source => 'puppet:///modules/rhizo_base/etc/default/freeswitch',
|
||||
|
@ -68,11 +68,11 @@ class rhizo_base::freeswitch::debian inherits rhizo_base::freeswitch::common {
|
|||
|
||||
systemd::unit_file { 'freeswitch.service':
|
||||
source => "puppet:///modules/rhizo_base/freeswitch.service",
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
systemd::tmpfile { 'freeswitch.tmpfile':
|
||||
source => "puppet:///modules/rhizo_base/freeswitch.tmpfile",
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Class: rhizo_base::ircd
|
||||
#
|
||||
# This module manages Irc Chat Support
|
||||
# This module manages Irc Chat Support
|
||||
#
|
||||
# Parameters: none
|
||||
#
|
||||
# Actions:
|
||||
#
|
||||
# Requires:
|
||||
# Requires:
|
||||
#
|
||||
# Sample Usage:
|
||||
#
|
||||
|
|
|
@ -41,4 +41,4 @@ class rhizo_base::lcr {
|
|||
require => Package['lcr'],
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue