diff --git a/modules/rhizo_base/manifests/freeswitch.pp b/modules/rhizo_base/manifests/freeswitch.pp index 1590447..30a4c25 100644 --- a/modules/rhizo_base/manifests/freeswitch.pp +++ b/modules/rhizo_base/manifests/freeswitch.pp @@ -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", - } + } } diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp index 1a66240..8636939 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -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', diff --git a/modules/rhizo_base/manifests/kiwi.pp b/modules/rhizo_base/manifests/kiwi.pp index 3992ebf..d0a0c9e 100644 --- a/modules/rhizo_base/manifests/kiwi.pp +++ b/modules/rhizo_base/manifests/kiwi.pp @@ -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: # diff --git a/modules/rhizo_base/manifests/lcr.pp b/modules/rhizo_base/manifests/lcr.pp index b3526d3..1a5dd5c 100644 --- a/modules/rhizo_base/manifests/lcr.pp +++ b/modules/rhizo_base/manifests/lcr.pp @@ -41,4 +41,4 @@ class rhizo_base::lcr { require => Package['lcr'], } - } \ No newline at end of file + }