[Pkg-puppet-devel] [facter] 50/61: (Bug #22163) remove hardcoded hostname dependencies

Stig Sandbeck Mathisen ssm at debian.org
Mon Nov 4 15:02:03 UTC 2013


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository facter.

commit 77de566d7e1e932fc8514f561186d6bb81112449
Author: Melissa <melissa at puppetlabs.com>
Date:   Tue Aug 13 11:48:49 2013 -0700

    (Bug #22163) remove hardcoded hostname dependencies
    
    Prior to this commit, burji.puppetlabs.com was hardcoded in different
    points of puppet. Since we're in the process of migrating off burji and
    onto burji2, we realized this probably is not a good thing to have in
    place. This commit removes that hardcoded dependency on burji.
---
 ext/build_defaults.yaml |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ext/build_defaults.yaml b/ext/build_defaults.yaml
index fb68296..d84ff91 100644
--- a/ext/build_defaults.yaml
+++ b/ext/build_defaults.yaml
@@ -10,14 +10,15 @@ gpg_key: '4BD6EC30'
 sign_tar: FALSE
 # a space separated list of mock configs
 final_mocks: 'pl-el-5-i386 pl-el-5-x86_64 pl-el-6-i386 pl-el-6-x86_64 pl-fedora-17-i386 pl-fedora-17-x86_64 pl-fedora-18-i386 pl-fedora-18-x86_64 pl-fedora-19-i386 pl-fedora-19-x86_64'
-yum_host: 'burji.puppetlabs.com'
+yum_host: 'yum.puppetlabs.com'
 yum_repo_path: '/opt/repository/yum/'
 build_gem: TRUE
 build_dmg: TRUE
 build_ips: TRUE
-apt_host: 'burji.puppetlabs.com'
+apt_host: 'apt.puppetlabs.com'
 apt_repo_url: 'http://apt.puppetlabs.com'
 apt_repo_path: '/opt/repository/incoming'
 ips_repo: '/var/pkgrepo'
 ips_store: '/opt/repository'
 ips_host: 'solaris-11-ips-repo.acctest.dc1.puppetlabs.net'
+tar_host: 'downloads.puppetlabs.com'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git



More information about the Pkg-puppet-devel mailing list