From 0e25f429d2c4721a9083589283e51375c0354d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 30 Dec 2021 00:45:02 +0100 Subject: Common puppet setup. --- manifests/site.pp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'manifests') diff --git a/manifests/site.pp b/manifests/site.pp index 34ed9a7..09cbca3 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1,10 +1,6 @@ node 'busting.adrift.space' { - file_line { 'hosts ourself': - ensure => present, - line => "::1\t${::fqdn}\t${facts['name']}", - path => '/etc/hosts', - } + include ::profiles::common class { 'ssh': permit_root_login => true, @@ -79,6 +75,7 @@ node 'gandalf.adrift.space' { addr => '3', } + include ::profiles::common include ::losetup include ::profiles::xmonad include ::profiles::workstation @@ -138,6 +135,7 @@ node 'gandalf.adrift.space' { node 'hornquist.se' { + include ::profiles::common include ::profiles::firewall ensure_packages([ -- cgit v1.2.3