diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-04 10:26:09 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-04 10:26:09 +0000 |
commit | 0515ff8b084f846723746a5539ffe80136dd8440 (patch) | |
tree | fcbe297d960cf0501607a7f7bdadcaf190d23022 /modules | |
parent | 83d38e503e9fbeb939b6a853047efe2d01cdd903 (diff) | |
download | puppet-0515ff8b084f846723746a5539ffe80136dd8440.tar puppet-0515ff8b084f846723746a5539ffe80136dd8440.tar.gz puppet-0515ff8b084f846723746a5539ffe80136dd8440.tar.bz2 puppet-0515ff8b084f846723746a5539ffe80136dd8440.tar.xz puppet-0515ff8b084f846723746a5539ffe80136dd8440.zip |
- fix my previous commit ( caused alamut to not be updated )
Diffstat (limited to 'modules')
-rw-r--r-- | modules/xymon/templates/bb-hosts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/xymon/templates/bb-hosts b/modules/xymon/templates/bb-hosts index 86f6d739..670e50a0 100644 --- a/modules/xymon/templates/bb-hosts +++ b/modules/xymon/templates/bb-hosts @@ -15,12 +15,12 @@ page visible Visible Services 0.0.0.0 blog.<%= domain %> # http://blog.<%= domain %> 0.0.0.0 identity.<%= domain %> # https://identity.<%= domain %> -0.0.0.0 bugs.<%= domain> # https://bugs.<%= domain %> -0.0.0.0 ml.<%= domain> # https://ml.<%= domain %> -0.0.0.0 www.<%= domain> # http://www.<%= domain %> -0.0.0.0 svnweb.<%= domain> # http://svnweb.<%= domain %> -0.0.0.0 epoll.<%= domain> # https://epoll.<%= domain %> -0.0.0.0 transifex.<%= domain> # https://transifex.<%= domain %> +0.0.0.0 bugs.<%= domain %> # https://bugs.<%= domain %> +0.0.0.0 ml.<%= domain %> # https://ml.<%= domain %> +0.0.0.0 www.<%= domain %> # http://www.<%= domain %> +0.0.0.0 svnweb.<%= domain %> # http://svnweb.<%= domain %> +0.0.0.0 epoll.<%= domain %> # https://epoll.<%= domain %> +0.0.0.0 transifex.<%= domain %> # https://transifex.<%= domain %> page servers Servers group-compress Marseille |