diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-02-09 18:45:44 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-02-09 18:45:44 +0200 |
commit | b21c1e3e0f8124d80acf002cc884034fec5ddbba (patch) | |
tree | 14f8f8339e7a822303f733fffabb9e4f09a8cb39 | |
parent | caa691d2e81851307fe0d1283f31cc3029fcb403 (diff) | |
download | puppet-b21c1e3e0f8124d80acf002cc884034fec5ddbba.tar puppet-b21c1e3e0f8124d80acf002cc884034fec5ddbba.tar.gz puppet-b21c1e3e0f8124d80acf002cc884034fec5ddbba.tar.bz2 puppet-b21c1e3e0f8124d80acf002cc884034fec5ddbba.tar.xz puppet-b21c1e3e0f8124d80acf002cc884034fec5ddbba.zip |
remove more valstar configs
-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 |