Skip to content

Commit f615af6

Browse files
committed
Fixed quoting on param
1 parent 1bd6796 commit f615af6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
2015-05-26 08:41:12 -0700 Adam Crews
2+
3+
* Fixed quoting on param (HEAD, spec_update)
4+
15
2015-05-26 08:40:55 -0700 Adam Crews
26

3-
* Fixed tests to better check content (HEAD, spec_update)
7+
* Fixed tests to better check content
48

59
2015-05-26 06:32:19 -0700 Adam Crews
610

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$update_on_install = true
77
$conf_file = '/etc/updatedb.conf'
88
$cron_ensure = 'present'
9-
if $::osfamily == 'RedHat' and $::operatingsystemmajrelease == 5 {
9+
if $::osfamily == 'RedHat' and $::operatingsystemmajrelease == '5' {
1010
$prune_bind_mounts = undef
1111
$prunenames = undef
1212
} else {

0 commit comments

Comments
 (0)