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:
f67fef9
)
Try different filename, and set preferred-lifetime
author
Peter Palfrader
<peter@palfrader.org>
Sun, 24 Sep 2017 17:26:25 +0000
(19:26 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 24 Sep 2017 17:26:25 +0000
(19:26 +0200)
modules/salsa/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/salsa/manifests/init.pp
b/modules/salsa/manifests/init.pp
index
94bfdf2
..
8633d7b
100644
(file)
--- a/
modules/salsa/manifests/init.pp
+++ b/
modules/salsa/manifests/init.pp
@@
-60,12
+60,13
@@
class salsa inherits salsa::params {
target => "${salsa::home}/.ssh/authorized_keys",
}
# pages
- file { "/etc/network/interfaces.d/pages
-debian-
net.conf":
+ 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
+ preferred-lifetime 0
| EOF
}
}