SYNTAX TERROR!!
This commit is contained in:
parent
db1075a084
commit
885bedd74f
1 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@ class rhizomatica_base_system {
|
||||||
}
|
}
|
||||||
|
|
||||||
exec { 'locale-gen':
|
exec { 'locale-gen':
|
||||||
commnd => '/usr/sbin/locale-gen es_ES.utf8',
|
commnd => '/usr/sbin/locale-gen es_ES.utf8',
|
||||||
require => File['/var/rhizomatica/rccn/config_values.py'],
|
require => File['/var/rhizomatica/rccn/config_values.py'],
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
}
|
}
|
||||||
|
@ -325,7 +325,7 @@ class rhizomatica_base_system {
|
||||||
|
|
||||||
file { '/etc/freeswitch/autoload_configs/cdr_pg_csv.conf.xml':
|
file { '/etc/freeswitch/autoload_configs/cdr_pg_csv.conf.xml':
|
||||||
content => template('rhizomatica_base_system/cdr_pg_csv.conf.xml.erb'),
|
content => template('rhizomatica_base_system/cdr_pg_csv.conf.xml.erb'),
|
||||||
require => [ Package['freeswitch'],
|
require => Package['freeswitch'],
|
||||||
}
|
}
|
||||||
|
|
||||||
#OpenBSC
|
#OpenBSC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue