From e3c15ec94649c7ba079c3332fc4afc5bda0b4b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 14 Dec 2021 00:58:22 +0100 Subject: Migrate stuff from ansible. --- manifests/site.pp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'manifests') 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': -- cgit v1.2.3