summaryrefslogtreecommitdiffstats
path: root/modules/go
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-11 02:27:24 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-11 02:45:15 -0400
commitd79af16f91204018bfdfd4b859a2156d9c21b87f (patch)
tree30922027d9e371464a15783da0f37a47d7b6345f /modules/go
parentb1075daf36e8bd4cd7c04d8a0367f97a76fa66e0 (diff)
downloadpuppet-tozt-d79af16f91204018bfdfd4b859a2156d9c21b87f.tar.gz
puppet-tozt-d79af16f91204018bfdfd4b859a2156d9c21b87f.zip
make the cron wrapper use godwrap
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;
+ }
+}