summaryrefslogtreecommitdiff
path: root/manifests/workstation.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-23 19:13:06 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-09 18:05:08 +0100
commit5e24290ae52c6d9029c95fcb1ce0aeb839883528 (patch)
treeb00eee549376919cd8be398754ae71a3619247cd /manifests/workstation.pp
parentAdd ordering for locales on debian. (diff)
downloadprofiles-5e24290ae52c6d9029c95fcb1ce0aeb839883528.tar.gz
profiles-5e24290ae52c6d9029c95fcb1ce0aeb839883528.tar.xz
Move mounts to own profile.
Diffstat (limited to '')
-rw-r--r--manifests/workstation.pp12
1 files changed, 1 insertions, 11 deletions
diff --git a/manifests/workstation.pp b/manifests/workstation.pp
index df79e1a..950e420 100644
--- a/manifests/workstation.pp
+++ b/manifests/workstation.pp
@@ -112,10 +112,6 @@ class profiles::workstation (
}})
}
- service { 'systemd-resolved':
- enable => mask,
- }
-
file { 'Passmenu with OTP support':
path => '/usr/local/bin/passmenu',
mode => '0555',
@@ -134,11 +130,5 @@ class profiles::workstation (
| EOF
}
-
- systemd_mount { '/usr/net':
- what => 'elrond:/files',
- where => '/usr/net',
- wantedBy => 'remote-fs.target',
- automount => true,
- }
+ include ::profiles::mounts
}