Test #1 for error free 1st run
This commit is contained in:
parent
3326f105f1
commit
53ba6815a3
6 changed files with 36 additions and 43 deletions
|
@ -146,19 +146,19 @@ class rhizo_base {
|
|||
include sshkeys
|
||||
include rhizo_base::fixes
|
||||
include rhizo_base::apt
|
||||
include rhizo_base::postgresql
|
||||
include rhizo_base::users
|
||||
include rhizo_base::packages
|
||||
include rhizo_base::postgresql
|
||||
include rhizo_base::freeswitch
|
||||
include rhizo_base::runit
|
||||
include rhizo_base::openbsc
|
||||
include rhizo_base::lcr
|
||||
include rhizo_base::sudo
|
||||
include rhizo_base::users
|
||||
include rhizo_base::kiwi
|
||||
|
||||
if $operatingsystem != 'Debian' {
|
||||
include rhizo_base::icinga
|
||||
}
|
||||
include rhizo_base::kiwi
|
||||
|
||||
if $vpn_ip_address == $riak_ip_address {
|
||||
if $operatingsystem != 'Debian' {
|
||||
|
@ -183,7 +183,6 @@ class rhizo_base {
|
|||
value => '1'
|
||||
}
|
||||
|
||||
|
||||
#Rhizomatica scripts
|
||||
file { '/home/rhizomatica/bin':
|
||||
ensure => directory,
|
||||
|
@ -224,7 +223,9 @@ class rhizo_base {
|
|||
ensure => directory,
|
||||
owner => 'postgres',
|
||||
group => 'postgres',
|
||||
require => File['/var/rhizo_backups'],
|
||||
require => [ File['/var/rhizo_backups'],
|
||||
Class['rhizo_base::postgresql']
|
||||
]
|
||||
}
|
||||
|
||||
file { '/var/rhizo_backups/sqlite':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue