diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-07 02:46:13 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-07 02:46:13 +0000 |
commit | 0917b4f89f2f2b189b6d532301973d2f0e9590a1 (patch) | |
tree | 077b1d5334694fb25d3e84a80aa86c9dd08a3e9c /manifests | |
parent | 7b4c8352dbd09312186f62fd2db4dec83e16d071 (diff) | |
download | puppet-0917b4f89f2f2b189b6d532301973d2f0e9590a1.tar puppet-0917b4f89f2f2b189b6d532301973d2f0e9590a1.tar.gz puppet-0917b4f89f2f2b189b6d532301973d2f0e9590a1.tar.bz2 puppet-0917b4f89f2f2b189b6d532301973d2f0e9590a1.tar.xz puppet-0917b4f89f2f2b189b6d532301973d2f0e9590a1.zip |
now that the precommit hook is fix, reuse import ( especially since include was not working like I thought )
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 b7b2779b..872312fb 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -63,7 +63,7 @@ node alamut { include sympa::server include postfix::primary_smtp - include lists + import "lists" } # buildnode |