summaryrefslogtreecommitdiff
path: root/manifests/workstation.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/workstation.pp')
-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
}