need to load nfsv4
[mirror/dsa-wiki.git] / input / howto / upgrade-to-jessie.mdwn
index 60a21f4..4f803c3 100644 (file)
@@ -51,6 +51,9 @@ more clean ups:
 
        (puppet agent -t || true) && (puppet agent -t || true)
 
+nfs kernel module fu:
+       grep '^nfs$' /etc/modules && ! grep '^nfsv4$' /etc/modules && echo nfsv4 | tee -a /etc/modules
+
 apache cleanup:
 
        mkdir /etc/apache2/conf.d.WHEEZY &&
@@ -61,6 +64,10 @@ apache cleanup:
          cd .. &&
          rmdir conf.d
 
+       per vhost:
+         replace all order allow,deny, allow from all with
+           Require all granted
+
 re-init samhain
 
        (puppet agent -t || true) &&