scheduling, do repo always for now

This commit is contained in:
Monocots 2019-06-16 11:11:40 +00:00
parent d6cde0ba3c
commit a2197c2865
2 changed files with 9 additions and 3 deletions

View file

@ -179,6 +179,7 @@ class rhizo_base::freeswitch::common {
} }
vcsrepo { '/usr/share/freeswitch/sounds/rccn': vcsrepo { '/usr/share/freeswitch/sounds/rccn':
schedule => 'always',
ensure => latest, ensure => latest,
provider => git, provider => git,
source => 'git@dev.rhizomatica.org:rhizomatica/ticac_sounds.git', source => 'git@dev.rhizomatica.org:rhizomatica/ticac_sounds.git',

View file

@ -221,10 +221,15 @@ schedule { 'offpeak':
range => '1 - 4.30', range => '1 - 4.30',
} }
schedule { 'repo': schedule { 'repod':
range => '1 - 2', range => '1 - 2',
} }
schedule { 'repo':
period => monthly,
repeat => 1,
}
#Rhizomatica scripts #Rhizomatica scripts
file { '/home/rhizomatica/bin': file { '/home/rhizomatica/bin':
ensure => directory, ensure => directory,
@ -277,7 +282,7 @@ schedule { 'repo':
} }
vcsrepo { '/var/rhizomatica': vcsrepo { '/var/rhizomatica':
schedule => 'repo', schedule => 'always',
ensure => latest, ensure => latest,
provider => git, provider => git,
source => 'git@dev.rhizomatica.org:rhizomatica/rccn.git', source => 'git@dev.rhizomatica.org:rhizomatica/rccn.git',
@ -292,7 +297,7 @@ schedule { 'repo':
} }
vcsrepo { '/var/meas_web': vcsrepo { '/var/meas_web':
schedule => 'repo', schedule => 'always',
ensure => latest, ensure => latest,
provider => git, provider => git,
source => 'https://github.com/whyteks/meas_web.git', source => 'https://github.com/whyteks/meas_web.git',