setup/git/030_PuppetMasterSanity.rb in beaker-puppet-0.12.0 vs setup/git/030_PuppetMasterSanity.rb in beaker-puppet-0.13.0
- old
+ new
@@ -1,6 +1,8 @@
test_name "Puppet Master sanity checks: PID file and SSL dir creation"
+skip_test 'not testing with puppetserver' unless @options['is_puppetserver']
+
hostname = on(master, 'facter hostname').stdout.strip
fqdn = on(master, 'facter fqdn').stdout.strip
with_puppet_running_on(master, :main => { :dns_alt_names => "puppet,#{hostname},#{fqdn}", :verbose => true, :noop => true }) do
# SSL dir created?