Mercurial > repos > other > Puppet
diff manifests/nodes.pp @ 390:df5ad1612af7
Adapt configs to support Ubuntu
This is prep for running a VPS on a Mythic Beasts Raspberry Pi
* Switch paths where necessary
* Add optional modules that only apply on some OSes
* Change usernames and groups
* Don't do RPM-based stuff in Ubuntu
* Switch to using some of the new modules
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 03 Jan 2022 18:37:16 +0000 |
parents | 60b13e6d83c5 |
children | e22eee1d79ef |
line wrap: on
line diff
--- a/manifests/nodes.pp Mon Jan 03 17:16:21 2022 +0000 +++ b/manifests/nodes.pp Mon Jan 03 18:37:16 2022 +0000 @@ -15,9 +15,9 @@ firewall_cmd => 'iptables', } } -node 'vpsvm.ibboard.co.uk' { +node 'vpsarm.home' { class { 'ibboardvpsnode': - primary_ip => '2a00:23c4:6b00:c201:73a1:bf9:a379:9825', + primary_ip => '2a00:23c8:a480:3701:5054:ff:fe42:65f9', mailserver => 'mail.ibboard.co.uk', imapserver => 'imap.ibboard.co.uk', firewall_cmd => 'iptables',