[Pkg-puppet-devel] [facter] 105/352: (maint) Don't setup puppet.conf for facter acceptance setup
Stig Sandbeck Mathisen
ssm at debian.org
Sun Apr 6 22:21:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit b5da6edacca39aab81ac70cd5c0cd586b371aebb
Author: Adrien Thebo <git at somethingsinistral.net>
Date: Mon Dec 23 12:57:08 2013 -0800
(maint) Don't setup puppet.conf for facter acceptance setup
---
acceptance/setup/01_TestSetup.rb | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/acceptance/setup/01_TestSetup.rb b/acceptance/setup/01_TestSetup.rb
index ee71151..6e50a30 100755
--- a/acceptance/setup/01_TestSetup.rb
+++ b/acceptance/setup/01_TestSetup.rb
@@ -28,13 +28,4 @@ test_name "Install packages and repositories on target machines..." do
end
end
end
-
- step "Agents: create basic puppet.conf" do
- agents.each do |agent|
- puppetconf = File.join(agent['puppetpath'], 'puppet.conf')
-
- on agent, "echo '[agent]' > #{puppetconf} && " +
- "echo server=#{master} >> #{puppetconf}"
- end
- end
end
--
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