aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 1b2d41e..c661525 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -13,3 +13,14 @@ class dyndns {
}
+class dyndns::inadyn {
+ package { 'inadyn':
+ ensure => present,
+ }
+}
+
+class dyndns::ddclient {
+ package { 'ddclient':
+ ensure => present,
+ }
+}