diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-03-14 22:26:51 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-03-14 22:26:51 +0200 |
commit | 35bf9aec1069473d142f92e1bbcc4ea7d42e9610 (patch) | |
tree | e90eaf13fe5543d24c0ba33b3dd1b417da40d506 /manifests/nodes | |
parent | 661e478ba3956ff38f86e6a5492939eadc75432d (diff) | |
download | puppet-35bf9aec1069473d142f92e1bbcc4ea7d42e9610.tar puppet-35bf9aec1069473d142f92e1bbcc4ea7d42e9610.tar.gz puppet-35bf9aec1069473d142f92e1bbcc4ea7d42e9610.tar.bz2 puppet-35bf9aec1069473d142f92e1bbcc4ea7d42e9610.tar.xz puppet-35bf9aec1069473d142f92e1bbcc4ea7d42e9610.zip |
enable mirrorbrain on sucuk
Diffstat (limited to 'manifests/nodes')
-rw-r--r-- | manifests/nodes/sucuk.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/nodes/sucuk.pp b/manifests/nodes/sucuk.pp index 58a7d892..c247f8dc 100644 --- a/manifests/nodes/sucuk.pp +++ b/manifests/nodes/sucuk.pp @@ -19,5 +19,6 @@ node sucuk { include cgit include gitmirror + include mirrorbrain } |