]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding pam_mount config at nodo::desktop
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Mar 2010 21:24:30 +0000 (21:24 +0000)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Mar 2010 21:24:30 +0000 (21:24 +0000)
manifests/init.pp

index 5c56b3d5a24b4aa1aadade5efe2f2e2bf9fad65f..6ce7eb0e1fb9cd78abda34ff95a1d7a70ff10d4e 100644 (file)
@@ -215,6 +215,15 @@ class nodo::desktop inherits nodo::physical {
     ensure  => present,
   }
 
+  # pam - mountpoints
+  file { "/etc/security/pam_mount.conf.xml":
+    ensure  => present,
+    owner   => root,
+    group   => root,
+    mode    => 0644,
+    source  => "puppet://$server/files/etc/security/pam_mount.conf.xml",
+  }
+
   # xorg
   file { "/etc/X11/xorg.conf":
     ensure  => present,