File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 :lsbdistcodename => 'foo' ,
1616 :id => 'root' ,
1717 :path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
18+ :selinux => false ,
19+ :iptables_persistent_version => '0.5.7' ,
1820 }
1921 end
2022
3133 :operatingsystemrelease => '6.0' ,
3234 :kernel => 'Linux' ,
3335 :concat_basedir => '/var/lib/puppet/concat' ,
36+ :selinux => true ,
37+ :iptables_persistent_version => '0.5.7' ,
3438 }
3539 end
3640 ttl_args . each do |ttl_arg |
Original file line number Diff line number Diff line change 1414 :concat_basedir => '/var/lib/puppet/concat' ,
1515 :id => 'root' ,
1616 :path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
17+ :selinux => true ,
18+ :iptables_persistent_version => '0.5.7' ,
1719 }
1820 end
1921
8284 :operatingsystemrelease => '7.0' ,
8385 :kernel => 'Linux' ,
8486 :concat_basedir => '/var/lib/puppet/concat' ,
87+ :selinux => true ,
8588 }
8689 end
8790 let ( :pre_condition ) { 'class { "puppetdb::globals": version => "3.1.1-1.el7", }' }
Original file line number Diff line number Diff line change 1414 :concat_basedir => '/var/lib/puppet/concat' ,
1515 :id => 'root' ,
1616 :path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
17+ :selinux => false ,
18+ :iptables_persistent_version => '0.5.7' ,
1719 }
1820 end
1921
Original file line number Diff line number Diff line change 88 :operatingsystemrelease => '6.5' ,
99 :fqdn => 'test.domain.local' ,
1010 :kernel => 'Linux' ,
11+ :selinux => true ,
1112 }
1213
1314 context 'on a supported platform' do
You can’t perform that action at this time.
0 commit comments