diff options
author | Buchan Milne <buchan@mageia.org> | 2011-03-03 11:33:39 +0000 |
---|---|---|
committer | Buchan Milne <buchan@mageia.org> | 2011-03-03 11:33:39 +0000 |
commit | 466d1aa8516b74865749741a43855d4aab2c3088 (patch) | |
tree | 769c7fa66ae17e937dc86db71578ad02056352bd | |
parent | c93ba2739adffa69af98a10ff3ac34b47dbbb2fa (diff) | |
download | puppet-466d1aa8516b74865749741a43855d4aab2c3088.tar puppet-466d1aa8516b74865749741a43855d4aab2c3088.tar.gz puppet-466d1aa8516b74865749741a43855d4aab2c3088.tar.bz2 puppet-466d1aa8516b74865749741a43855d4aab2c3088.tar.xz puppet-466d1aa8516b74865749741a43855d4aab2c3088.zip |
Add missing colon
-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 5c5a23dc..03b86476 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -92,7 +92,7 @@ node alamut { include dns::server include repositories::mirror include viewvc - include xymon:server + include xymon::server } # buildnode |