From 7c09ecbf9074b3f1d77faea0425a773af5bbb2eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 6 Feb 2022 13:58:19 +0100 Subject: Mounts profile add nfs dependency. --- manifests/mounts.pp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'manifests/mounts.pp') 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', -- cgit v1.2.3