scheduling, do repo always for now
This commit is contained in:
parent
d6cde0ba3c
commit
a2197c2865
2 changed files with 9 additions and 3 deletions
|
@ -221,10 +221,15 @@ schedule { 'offpeak':
|
|||
range => '1 - 4.30',
|
||||
}
|
||||
|
||||
schedule { 'repo':
|
||||
schedule { 'repod':
|
||||
range => '1 - 2',
|
||||
}
|
||||
|
||||
schedule { 'repo':
|
||||
period => monthly,
|
||||
repeat => 1,
|
||||
}
|
||||
|
||||
#Rhizomatica scripts
|
||||
file { '/home/rhizomatica/bin':
|
||||
ensure => directory,
|
||||
|
@ -277,7 +282,7 @@ schedule { 'repo':
|
|||
}
|
||||
|
||||
vcsrepo { '/var/rhizomatica':
|
||||
schedule => 'repo',
|
||||
schedule => 'always',
|
||||
ensure => latest,
|
||||
provider => git,
|
||||
source => 'git@dev.rhizomatica.org:rhizomatica/rccn.git',
|
||||
|
@ -292,7 +297,7 @@ schedule { 'repo':
|
|||
}
|
||||
|
||||
vcsrepo { '/var/meas_web':
|
||||
schedule => 'repo',
|
||||
schedule => 'always',
|
||||
ensure => latest,
|
||||
provider => git,
|
||||
source => 'https://github.com/whyteks/meas_web.git',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue