diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-01-18 17:10:38 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-01-18 17:10:38 +0000 |
commit | 531cb216a3972f16789863840dd0329fa6b06854 (patch) | |
tree | 0f651c84e1074b5f9fca18882e35246537a7c7f7 /manifests | |
parent | f4da78bc06f2f50afd48d474ebe258951a8f8681 (diff) | |
download | puppet-531cb216a3972f16789863840dd0329fa6b06854.tar puppet-531cb216a3972f16789863840dd0329fa6b06854.tar.gz puppet-531cb216a3972f16789863840dd0329fa6b06854.tar.bz2 puppet-531cb216a3972f16789863840dd0329fa6b06854.tar.xz puppet-531cb216a3972f16789863840dd0329fa6b06854.zip |
include mirror::base on rabbit
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 8c59a173..95e0b14a 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -148,4 +148,5 @@ node rabbit { include bcd include access_classes::iso_makers include openssh::ssh_keys_from_ldap + include mirror::base } |