summaryrefslogtreecommitdiffstats
path: root/modules/yay
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-08-30 22:26:35 -0400
committerJesse Luehrs <doy@tozt.net>2022-08-30 22:26:35 -0400
commitf85d9bdb54b66f9e5295b7b5eb4b556fb677fc28 (patch)
treec04cc4ba127a314058dc4e67afd1eaded126d5bf /modules/yay
parent9db4f014fdfde48062e7ba90802c390144a948a6 (diff)
downloadpuppet-tozt-f85d9bdb54b66f9e5295b7b5eb4b556fb677fc28.tar.gz
puppet-tozt-f85d9bdb54b66f9e5295b7b5eb4b556fb677fc28.zip
add missing file
Diffstat (limited to 'modules/yay')
-rw-r--r--modules/yay/manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/yay/manifests/init.pp b/modules/yay/manifests/init.pp
new file mode 100644
index 0000000..1be2689
--- /dev/null
+++ b/modules/yay/manifests/init.pp
@@ -0,0 +1,5 @@
+class yay {
+ package::makepkg { 'yay':
+ ensure => installed;
+ }
+}