Test No. 2....

This commit is contained in:
Keith Whyte 2018-02-23 12:44:33 +00:00
parent e4dbf6267c
commit f16c57586c
6 changed files with 19 additions and 9 deletions

View file

@ -187,7 +187,8 @@ class rhizo_base {
file { '/home/rhizomatica/bin':
ensure => directory,
source => 'puppet:///modules/rhizo_base/bin',
recurse => true,
source_permissions => use,
recurse => remote,
purge => false,
}
@ -243,7 +244,8 @@ class rhizo_base {
Exec['notify-freeswitch'],
Exec['restart-rapi'],
Exec['restart-smpp'],
Exec['restart-esme'] ],
Exec['restart-esme'],
Exec['restart-apache'] ],
}
file { '/var/rhizomatica/bin/get_account_balance.sh':
@ -320,6 +322,11 @@ class rhizo_base {
refreshonly => true,
}
exec { 'restart-apache':
command => '/usr/sbin/service apache2 restart',
refreshonly => true,
}
if $operatingsystem == 'Ubuntu' {
file { '/var/lib/locales/supported.d/local':
ensure => present,