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':
|
file { '/var/rhizo_backups':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
}
|
}
|
||||||
|
@ -371,7 +367,7 @@ schedule { 'never':
|
||||||
provider => git,
|
provider => git,
|
||||||
source => 'git@dev.rhizomatica.org:rhizomatica/rccn.git',
|
source => 'git@dev.rhizomatica.org:rhizomatica/rccn.git',
|
||||||
revision => 'master',
|
revision => 'master',
|
||||||
require => [ File['/var/rhizomatica'], Package['git'] ],
|
require => [ Package['git'] ],
|
||||||
notify => [ Exec['locale-gen'],
|
notify => [ Exec['locale-gen'],
|
||||||
Exec['notify-freeswitch'],
|
Exec['notify-freeswitch'],
|
||||||
Exec['restart-rapi'],
|
Exec['restart-rapi'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue