We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd6796 commit f615af6Copy full SHA for f615af6
CHANGELOG.md
@@ -1,6 +1,10 @@
1
+2015-05-26 08:41:12 -0700 Adam Crews
2
+
3
+ * Fixed quoting on param (HEAD, spec_update)
4
5
2015-05-26 08:40:55 -0700 Adam Crews
6
- * Fixed tests to better check content (HEAD, spec_update)
7
+ * Fixed tests to better check content
8
9
2015-05-26 06:32:19 -0700 Adam Crews
10
manifests/params.pp
@@ -6,7 +6,7 @@
$update_on_install = true
$conf_file = '/etc/updatedb.conf'
$cron_ensure = 'present'
- if $::osfamily == 'RedHat' and $::operatingsystemmajrelease == 5 {
+ if $::osfamily == 'RedHat' and $::operatingsystemmajrelease == '5' {
$prune_bind_mounts = undef
11
$prunenames = undef
12
} else {
0 commit comments