aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/nas.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/role/nas.pp')
-rw-r--r--manifests/role/nas.pp2
1 files changed, 1 insertions, 1 deletions
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,
}