diff options
-rwxr-xr-x | modules/gitmirror/templates/rsync-metadata.sh | 2 | ||||
-rw-r--r-- | modules/openldap/templates/init_ldap.sh | 2 | ||||
-rw-r--r-- | modules/xymon/templates/bb-hosts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/gitmirror/templates/rsync-metadata.sh b/modules/gitmirror/templates/rsync-metadata.sh index 52fcd3cc..03a0fe41 100755 --- a/modules/gitmirror/templates/rsync-metadata.sh +++ b/modules/gitmirror/templates/rsync-metadata.sh @@ -2,7 +2,7 @@ REPO="$1" GITROOT="/git" -RSYNCROOT="rsync://valstar.mageia.org/git" +RSYNCROOT="rsync://duvel.mageia.org/git" if [ ! -d "$GITROOT/$REPO" ]; then echo "No repository found $REPO" >&2 diff --git a/modules/openldap/templates/init_ldap.sh b/modules/openldap/templates/init_ldap.sh index 873a856e..dfcaf236 100644 --- a/modules/openldap/templates/init_ldap.sh +++ b/modules/openldap/templates/init_ldap.sh @@ -28,7 +28,7 @@ end -%> <% # FIXME automatically get the list of servers -for g in ['valstar','duvel','alamut'] %> +for g in ['duvel','alamut'] %> dn: cn=<%= g%>.<%= domain %>,ou=Hosts,<%= dc_suffix %> objectClass: device objectClass: simpleSecurityObject diff --git a/modules/xymon/templates/bb-hosts b/modules/xymon/templates/bb-hosts index 1f60a96b..fd779013 100644 --- a/modules/xymon/templates/bb-hosts +++ b/modules/xymon/templates/bb-hosts @@ -33,7 +33,7 @@ page visible Visible Services page servers Servers group-compress Marseille 212.85.158.146 alamut.<%= domain %> # testip bbd dns smtp ssh CLIENT:xymon.<%= domain %> http://xymon.<%= domain %> -212.85.158.147 valstar.<%= domain %> # testip ssh rsync svn git ldapssl ldap +212.85.158.147 valstar.<%= domain %> # testip ssh 212.85.158.148 ecosse.<%= domain %> # testip ssh #212.85.158.149 jonund.<%= domain %> # testip ssh 212.85.158.150 fiona.<%= domain %> # testip ssh |