summaryrefslogtreecommitdiffstats
path: root/modules/go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/go')
-rw-r--r--modules/go/manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/go/manifests/init.pp b/modules/go/manifests/init.pp
new file mode 100644
index 0000000..dfe376c
--- /dev/null
+++ b/modules/go/manifests/init.pp
@@ -0,0 +1,5 @@
+class go {
+ package { "go":
+ ensure => installed;
+ }
+}