Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
(puppetlabs/puppet-acceptance) remove autosign default from with_master_running_on
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
wearetherob...@puppetlabs.com  
View profile  
 More options Feb 10, 12:45 pm
From: wearetherob...@puppetlabs.com
Date: Fri, 10 Feb 2012 09:45:32 -0800
Local: Fri, Feb 10 2012 12:45 pm
Subject: (puppetlabs/puppet-acceptance) remove autosign default from with_master_running_on

Please review pull request #141: remove autosign default from with_master_running_on opened by (cprice-puppet)

Description:

The previous change set added some additional default arguments for "with_master_running_on". One of those was "--autosign". This commit removes that argument from the defaults.

  • Opened: Fri Feb 10 17:42:55 UTC 2012
  • Based on: puppetlabs:master (5c1e171912a62e8135a0de2319e22a412ddbcf8e)
  • Requested merge: cprice-puppet:default-args-for-with-master (23eac62bb9506768e7ad4a6ee0ffddb8d98fb7b2)

Diff follows:

diff --git a/lib/test_case.rb b/lib/test_case.rb
index 2007015..9cc3612 100644
--- a/lib/test_case.rb
+++ b/lib/test_case.rb
@@ -272,7 +272,6 @@ def run_cron_on(host, action, user, entry="", &block)
   # * --daemonize
   # * --logdest="#{host['puppetvardir']}/log/puppetmaster.log"
   # * --dns_alt_names="puppet, $(hostname -s), $(hostname -f)"
-  # * --autosign=true
   def with_master_running_on(host, arg='--daemonize', &block)
     # they probably want to run with daemonize.  If they pass some other arg/args but forget to re-include
     # daemonize, we'll check and make sure they didn't explicitly specify "no-daemonize", and, failing that,
@@ -281,7 +280,6 @@ def with_master_running_on(host, arg='--daemonize', &block)
 
     if (arg !~ /--logdest/) then arg << " --logdest=\"#{master['puppetvardir']}/log/puppetmaster.log\"" end
     if (arg !~ /--dns_alt_names/) then arg << " --dns_alt_names=\"puppet, $(hostname -s), $(hostname -f)\"" end
-    if (arg !~ /--autosign/) then arg << " --autosign=true" end
 
     on hosts, host_command('rm -rf #{host["puppetpath"]}/ssl')
     agents.each do |agent|

    


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
wearetherob...@puppetlabs.com  
View profile  
 More options Feb 10, 7:00 pm
From: wearetherob...@puppetlabs.com
Date: Fri, 10 Feb 2012 16:00:49 -0800
Local: Fri, Feb 10 2012 7:00 pm
Subject: (puppetlabs/puppet-acceptance) remove autosign default from with_master_running_on

On Fri Feb 10 23:53:51 UTC 2012 pull request #141 was closed.

remove autosign default from with_master_running_on requested by (cprice-puppet)

The pull request was merged by: justinstoller


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »