From 76ec4642be1a8bc64380c077a5890c4d0f4243e0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 11 Sep 2015 21:16:42 -0300 Subject: Autoload definitions --- manifests/role/nas.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/role') diff --git a/manifests/role/nas.pp b/manifests/role/nas.pp index 6b80e5f..536f9ca 100644 --- a/manifests/role/nas.pp +++ b/manifests/role/nas.pp @@ -45,7 +45,7 @@ class nodo::role::nas( if $dlna == true { # See https://wiki.archlinux.org/index.php/MiniDLNA#Automatic_Media_DB_Update - sysctl { 'fs.inotify.max_user_watches': + nodo::subsystem::sysctl::entry { 'fs.inotify.max_user_watches': value => 100000, } -- cgit v1.2.3