summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-14 00:58:22 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-14 02:16:16 +0100
commite3c15ec94649c7ba079c3332fc4afc5bda0b4b5a (patch)
tree215c9048c49c5fbcab9484893024b0bd42f74d9f /manifests
parentMerge branch 'raspi' (diff)
downloadwebdav_server-e3c15ec94649c7ba079c3332fc4afc5bda0b4b5a.tar.gz
webdav_server-e3c15ec94649c7ba079c3332fc4afc5bda0b4b5a.tar.xz
Migrate stuff from ansible.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/site.pp15
1 files changed, 15 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index e64145c..bf27f97 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -4,8 +4,23 @@ node 'gandalf.adrift.space' {
}
include ::losetup
+ include ::profiles::xmonad
include ::profiles::workstation
+ include ::profiles::dolphin
+ include ::profiles::imagemagick
+
+ systemd_mount { '/usr/net':
+ what => 'elrond:/files',
+ where => '/usr/net',
+ wantedBy => 'remote-fs.target',
+ automount => true,
+ }
+
+ class { '::profiles::syncthing':
+ enable_for => [ 'hugo', ],
+ }
+
$certname = 'adrift.space'
class { '::profiles::gandalf_web':