projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cee7659
)
Add pages.d.n ip address
author
Peter Palfrader
<peter@palfrader.org>
Sun, 24 Sep 2017 17:22:21 +0000
(19:22 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 24 Sep 2017 17:22:31 +0000
(19:22 +0200)
modules/salsa/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/salsa/manifests/init.pp
b/modules/salsa/manifests/init.pp
index
dd4de62
..
94bfdf2
100644
(file)
--- 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
+ }
}