diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-24 23:47:38 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-24 23:47:38 +0000 |
commit | 65ff28b7d6b0063d128c2978e1d2bf89f6331d19 (patch) | |
tree | fb1cd806d8a9bf4a0995c91d3b98b3916d75e79b /modules/xymon | |
parent | 0597c6dc284051a5f8f101e1252836dd2c46bfcb (diff) | |
download | puppet-65ff28b7d6b0063d128c2978e1d2bf89f6331d19.tar puppet-65ff28b7d6b0063d128c2978e1d2bf89f6331d19.tar.gz puppet-65ff28b7d6b0063d128c2978e1d2bf89f6331d19.tar.bz2 puppet-65ff28b7d6b0063d128c2978e1d2bf89f6331d19.tar.xz puppet-65ff28b7d6b0063d128c2978e1d2bf89f6331d19.zip |
add missing }
Diffstat (limited to 'modules/xymon')
-rw-r--r-- | modules/xymon/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/xymon/manifests/init.pp b/modules/xymon/manifests/init.pp index 2a6d8821..4d580079 100644 --- a/modules/xymon/manifests/init.pp +++ b/modules/xymon/manifests/init.pp @@ -86,3 +86,4 @@ class xymon { ] } } +} |