[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5

Dominic Maraglia dmaraglia at gmail.com
Tue May 10 08:19:45 UTC 2011


The following commit has been merged in the experimental branch:
commit 6f2a129c111a99095a0ec214a31054755cb08ab1
Author: Dominic Maraglia <dmaraglia at gmail.com>
Date:   Wed May 4 17:53:22 2011 -0700

    add clean-up step to test for ticket_5477 to prevent site.pp from leaking to other tests

diff --git a/acceptance/tests/ticket_5477_master_not_dectect_sitepp.rb b/acceptance/tests/ticket_5477_master_not_dectect_sitepp.rb
index d05735e..792e88b 100644
--- a/acceptance/tests/ticket_5477_master_not_dectect_sitepp.rb
+++ b/acceptance/tests/ticket_5477_master_not_dectect_sitepp.rb
@@ -41,3 +41,6 @@ agents.each { |agent|
   fail_test "Site.pp not detect at Master?" unless
     stdout.include? 'ticket_5477_notify'
 }
+
+step "Clean-up site.pp"
+on master, "rm /etc/puppet/manifests/site.pp"

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list