File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 88
88
$puppet_docroot = $::puppet::params::puppet_docroot,
89
89
$puppet_vardir = $::puppet::params::puppet_vardir,
90
90
$puppet_proxy_port = $::puppet::params::puppet_proxy_port,
91
+ $puppet_conf = $::puppet::params::puppet_conf,
91
92
$puppet_passenger_tempdir = false ,
92
93
$puppet_passenger_cfg_addon = ' ' ,
93
94
$puppet_master_package = $::puppet::params::puppet_master_package,
193
194
passenger_high_performance => $passenger_high_performance ,
194
195
passenger_max_requests => $passenger_max_requests ,
195
196
passenger_stat_throttle_rate => $passenger_stat_throttle_rate ,
196
-
197
197
} ->
198
198
Anchor[' puppet::master::end' ]
199
199
}
Original file line number Diff line number Diff line change 3
3
describe 'puppet::passenger' , :type => :class do
4
4
let ( :params ) do
5
5
{
6
- :puppet_proxy_port => '8140' ,
6
+ :puppet_proxy_port => '8140' ,
7
7
:puppet_docroot => '/etc/puppet/rack/public/' ,
8
8
:apache_serveradmin => 'root' ,
9
9
:puppet_conf => '/etc/puppet/puppet.conf' ,
Original file line number Diff line number Diff line change 15
15
:mirror => 'http://apt.puppetlabs.com' ,
16
16
}
17
17
end
18
+ let :params do
19
+ {
20
+ :mirror => 'http://apt.puppetlabs.com' ,
21
+ }
22
+ end
18
23
it 'should contain puppetlabs apt repos' do
19
24
should contain_apt__source ( 'puppetlabs' ) . with (
20
25
:repos => 'main' ,
You can’t perform that action at this time.
0 commit comments