summaryrefslogtreecommitdiff
path: root/manifests/mounts.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/mounts.pp')
-rw-r--r--manifests/mounts.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/mounts.pp b/manifests/mounts.pp
index e849531..893352f 100644
--- a/manifests/mounts.pp
+++ b/manifests/mounts.pp
@@ -4,6 +4,15 @@ class profiles::mounts {
ensure => directory,
}
+ case $facts['os']['family'] {
+ 'Archlinux': {
+ ensure_packages(['nfs-utils'])
+ }
+ 'Debian': {
+ ensure_packages(['nfs-common'])
+ }
+ }
+
systemd_mount { '/usr/net':
what => 'elrond:/files',
where => '/usr/net',