summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 790c8c0..7c22df3 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,3 +1,11 @@
+# @summary Configures networking for the system
+#
+# @param provider
+# What service should be used to manage the networks.
+# Available types will depend on the system.
+# @param items
+# Hash which will be passed to `create_resource` with the
+# `networking::instance` suitable for the given provider.
class networking (
Optional[Enum['systemd']] $provider = undef,
Hash[String,Hash] $items = {},