Added collab-htaccess cronjob to wiki::collab::base
This commit is contained in:
parent
dc93fe0baa
commit
e8b5cad694
1 changed files with 10 additions and 0 deletions
|
@ -272,4 +272,14 @@ class wiki::collab::base {
|
||||||
http => false,
|
http => false,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cron { "collab-htaccess":
|
||||||
|
ensure => present,
|
||||||
|
command => $operatingsystem ? {
|
||||||
|
ubuntu => "/usr/local/bin/collab-htaccess",
|
||||||
|
default => "/usr/bin/collab-htaccess",
|
||||||
|
},
|
||||||
|
user => "collab",
|
||||||
|
require => [ Class["wiki::collab"], File["/srv/wikis/collab/htdocs/.htaccess"], ]
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue