Skip to content

Commit dd96a16

Browse files
cleanup lint errors
1 parent 06ec367 commit dd96a16

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

manifests/agent.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
value => $puppet_ssldir,
310310
}
311311
}
312-
312+
313313
if $show_diff != undef {
314314
ini_setting {'puppetagentshow_diff':
315315
ensure => present,
@@ -447,12 +447,12 @@
447447
}
448448
} else {
449449
ini_setting {'puppetagentconfigtimeout':
450-
setting => 'configtimeout',
451450
ensure => absent,
451+
setting => 'configtimeout',
452452
}
453453
ini_setting {'puppetagentstringifyfacts':
454-
setting => 'stringify_facts',
455454
ensure => absent,
455+
setting => 'stringify_facts',
456456
}
457457
}
458458
if $verbose != undef {

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# Only used when environments == directory
4141
$environmentpath = "${confdir}/environments"
4242

43-
if versioncmp($::puppetversion, "4.0.0") >= 0 {
43+
if versioncmp($::puppetversion, "4.0.0") >= 0 {
4444
$puppet_conf = '/etc/puppetlabs/puppet/puppet.conf'
4545
$puppet_run_command = '/opt/puppetlabs/bin/puppet agent --no-daemonize --onetime --logdest syslog > /dev/null 2>&1'
4646
$puppet_vardir = '/opt/puppetlabs/server/data/puppetserver'

manifests/passenger.pp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@
3232
# }
3333
#
3434
class puppet::passenger(
35-
$generate_ssl_certs = true,
3635
$puppet_passenger_port,
3736
$puppet_passenger_ssl_protocol,
3837
$puppet_passenger_ssl_cipher,
39-
$puppet_passenger_tempdir = false,
4038
$puppet_docroot,
4139
$apache_serveradmin,
4240
$puppet_conf,
4341
$puppet_ssldir,
4442
$certname,
4543
$conf_dir,
4644
$dns_alt_names,
45+
$passenger_root,
46+
$generate_ssl_certs = true,
47+
$puppet_passenger_tempdir = false,
4748
$config_addon = '',
4849
$passenger_max_pool_size = 6,
4950
$passenger_high_performance = 'off',
5051
$passenger_max_requests = 0,
5152
$passenger_stat_throttle_rate = 10,
52-
$passenger_root,
5353
$passenger_disable_mod_status = true,
5454
){
5555

@@ -202,4 +202,4 @@
202202
value => 'SSL_CLIENT_VERIFY',
203203
require => File[$puppet_conf],
204204
}
205-
}
205+
}

0 commit comments

Comments
 (0)