aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 68a07be..c2db3c5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -15,6 +15,10 @@ class dyndns {
ensure => absent,
}
+ package { 'wget':
+ ensure => present,
+ }
+
}
class dyndns::inadyn {