aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/sysctl.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/sysctl.pp')
-rw-r--r--manifests/subsystem/sysctl.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/subsystem/sysctl.pp b/manifests/subsystem/sysctl.pp
index aef4278..4329010 100644
--- a/manifests/subsystem/sysctl.pp
+++ b/manifests/subsystem/sysctl.pp
@@ -7,7 +7,7 @@ class nodo::subsystem::sysctl {
file { "/etc/sysctl.d/mmap_min_addr.conf":
owner => "root",
group => "root",
- mode => 0644,
+ mode => '0644',
ensure => present,
content => "vm.mmap_min_addr = 4096\n",
}
@@ -16,7 +16,7 @@ class nodo::subsystem::sysctl {
file { "/etc/sysctl.d/net.ipv4.conf.all.promote_secondaries.conf":
owner => "root",
group => "root",
- mode => 0644,
+ mode => '0644',
ensure => present,
content => "net.ipv4.conf.all.promote_secondaries = 1\n",
}
@@ -31,7 +31,7 @@ class nodo::subsystem::sysctl {
file { "/etc/sysctl.d/kernel.printk.conf":
owner => "root",
group => "root",
- mode => 0644,
+ mode => '0644',
ensure => present,
content => "kernel.printk = ${printk_levels}\n",
}