aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site/case.ces.int.pdp7.net.pp
blob: f2e6412b0feb0627672ba6a880085ed432a08ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
node 'case.ces.int.pdp7.net' {
  class {'dns_dhcp':}
  ->
  file {'/etc/dnsmasq.d/static.conf':
    content => 'host-record=router,router.ces.int.pdp7.net,10.17.19.1
host-record=tplink,tplink.ces.int.pdp7.net,10.17.19.2
host-record=case.ces.int.pdp7.net,case,10.17.19.3
',
  }

  service {['sssd-pac.service', 'sssd-pac.socket']:
    ensure => stopped,
    enable => mask,
  }
}