summaryrefslogtreecommitdiff
path: root/puppet/manifests/site.pp
blob: 39173f95c1a275b20b8c008cc6c40e24136c5028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
node 'cougar.leap.se' {
  openvpn::server {
    'cougar.leap.se':
        country      => 'TR',
        province     => 'Ankara',
        city         => 'Ankara',
        organization => 'leap.se',
        email        => 'sysdev@leap.se';
}

}

node 'default' {
  notify {'Please specify a host in site.pp!':}
}