summaryrefslogtreecommitdiff
path: root/vagrant/server.pp
blob: 6a4dd21629ccffd37806b93774d8acc5fae615ae (plain)
1
2
3
4
5
6
7
8
9
node default {
  openvpn::server { 'winterthur':
    country      => "CH",
    province     => "ZH",
    city         => "Winterthur",
    organization => "example.org",
    email        => "root@example.org";
  }
}