diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-26 00:41:55 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-26 01:19:39 +0200 |
commit | 2859008efe8f0a75344c7ba1c9c6e4d589f92da3 (patch) | |
tree | bb48fa503b6b1e01f9216d9e1729e1ba26adacf5 /.gitmodules | |
parent | 7f1244c8c2a418ed9e978f098c73f8697e2cd306 (diff) | |
download | Puppet-2859008efe8f0a75344c7ba1c9c6e4d589f92da3.tar.gz Puppet-2859008efe8f0a75344c7ba1c9c6e4d589f92da3.tar.zst Puppet-2859008efe8f0a75344c7ba1c9c6e4d589f92da3.zip |
Use external module for cronjobs
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7a56af5..6752dee 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -55,3 +55,6 @@ | |||
55 | [submodule "modules/ssl"] | 55 | [submodule "modules/ssl"] |
56 | path = modules/ssl | 56 | path = modules/ssl |
57 | url = git://git.immae.eu/github/fnerdwq/puppet-ssl | 57 | url = git://git.immae.eu/github/fnerdwq/puppet-ssl |
58 | [submodule "modules/cron"] | ||
59 | path = modules/cron | ||
60 | url = git://git.immae.eu/github/voxpupuli/puppet-cron | ||