From f67fef9c28d523a9f646da3f4a06f951c7e9fa5d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 24 Sep 2017 19:22:21 +0200 Subject: [PATCH] Add pages.d.n ip address --- modules/salsa/manifests/init.pp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/salsa/manifests/init.pp b/modules/salsa/manifests/init.pp index dd4de622a..94bfdf225 100644 --- a/modules/salsa/manifests/init.pp +++ b/modules/salsa/manifests/init.pp @@ -59,4 +59,13 @@ class salsa inherits salsa::params { ensure => link, target => "${salsa::home}/.ssh/authorized_keys", } + # pages + file { "/etc/network/interfaces.d/pages-debian-net.conf": + content => @("EOF"), + iface eth0 inet static + address 209.87.16.45/24 + iface eth0 inet6 static + address 2607:f8f0:614:1::1274:45/64 + | EOF + } } -- 2.20.1