diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-01-07 13:50:49 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-01-07 13:50:49 +0000 |
commit | 07b7633db588f53df16a970f547359091fe30ab3 (patch) | |
tree | a59a4ebba8c4d861837540a4990d51f1cd04bd2c /manifests | |
parent | 17ed43f2e80a4e94297665b6a9c5ac5d9dfd6a8d (diff) | |
download | puppet-07b7633db588f53df16a970f547359091fe30ab3.tar puppet-07b7633db588f53df16a970f547359091fe30ab3.tar.gz puppet-07b7633db588f53df16a970f547359091fe30ab3.tar.bz2 puppet-07b7633db588f53df16a970f547359091fe30ab3.tar.xz puppet-07b7633db588f53df16a970f547359091fe30ab3.zip |
disable lists for now as import is causing problems on other nodes
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 6f70af40..a24439ca 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -64,7 +64,7 @@ node alamut { include sympa::server include postfix::primary_smtp - import "lists" +# import "lists" } # buildnode |