blob: 875b213dd2b392e56d75cb0c265a40e605a48535 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
node 'h1.pdp7.net' {
class {'proxmox::freeipa':}
class {'dns_dhcp':}
# TODO: ugly; tinc scripts require this :(
package {'net-tools':}
class {'proxmox::proxy':
mail => lookup('mail.root_mail'),
base_hostname => lookup('network.public_hostname'),
}
proxmox::proxy_host {'ipsilon-test.pdp7.net':
target => 'https://ipsilon-test.h1.int.pdp7.net/',
}
}
|