Add cmd for scriptherder cronjob
This commit is contained in:
parent
e9e70c5b29
commit
19a02f0bf2
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ class sunetdrive::script (
|
||||||
# Opt in to folder structure in projectbuckets
|
# Opt in to folder structure in projectbuckets
|
||||||
if $customer in ['gih', 'mdu'] {
|
if $customer in ['gih', 'mdu'] {
|
||||||
sunet::scriptherder::cronjob { 'create_folders_in_project_buckets':
|
sunet::scriptherder::cronjob { 'create_folders_in_project_buckets':
|
||||||
|
cmd => 'true',
|
||||||
ensure => absent,
|
ensure => absent,
|
||||||
}
|
}
|
||||||
file { '/root/tasks/create_folders_in_project_buckets.sh':
|
file { '/root/tasks/create_folders_in_project_buckets.sh':
|
||||||
|
|
Loading…
Add table
Reference in a new issue