diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 50043ae..e444480 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -4,7 +4,9 @@ # modules_dir { "resolvconf": } -define resolveconf ( +class resolvconf {} + +define resolvconf::create ( $domain='glei.ch', $search='glei.ch', $nameserver1='212.103.67.60', |