We don't need the File resource for /var/rhizomatica at all
This commit is contained in:
parent
b7528bbc26
commit
2ac7e16908
1 changed files with 1 additions and 5 deletions
|
@ -332,10 +332,6 @@ schedule { 'never':
|
|||
}
|
||||
}
|
||||
|
||||
file { '/var/rhizomatica':
|
||||
ensure => directory,
|
||||
}
|
||||
|
||||
file { '/var/rhizo_backups':
|
||||
ensure => directory,
|
||||
}
|
||||
|
@ -371,7 +367,7 @@ schedule { 'never':
|
|||
provider => git,
|
||||
source => 'git@dev.rhizomatica.org:rhizomatica/rccn.git',
|
||||
revision => 'master',
|
||||
require => [ File['/var/rhizomatica'], Package['git'] ],
|
||||
require => [ Package['git'] ],
|
||||
notify => [ Exec['locale-gen'],
|
||||
Exec['notify-freeswitch'],
|
||||
Exec['restart-rapi'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue