summaryrefslogtreecommitdiff
path: root/manifests/dhcp.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/dhcp.pp')
-rw-r--r--manifests/dhcp.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/dhcp.pp b/manifests/dhcp.pp
index b1de2c4..b9d9b1c 100644
--- a/manifests/dhcp.pp
+++ b/manifests/dhcp.pp
@@ -1,3 +1,13 @@
+#
+# resolvconf DHCP support
+#
+# Copyright 2015, Antoine Beaupré <anarcat@koumbit.org>
+#
+# This program is free software; you can redistribute
+# it and/or modify it under the terms of the GNU
+# General Public License version 3 as published by
+# the Free Software Foundation.
+#
class resolvconf::dhcp(
$tail,
)