summaryrefslogtreecommitdiff
path: root/chef-mode/pak
diff options
context:
space:
mode:
Diffstat (limited to 'chef-mode/pak')
-rw-r--r--chef-mode/pak8
1 files changed, 8 insertions, 0 deletions
diff --git a/chef-mode/pak b/chef-mode/pak
new file mode 100644
index 0000000..86fec9b
--- /dev/null
+++ b/chef-mode/pak
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: pak
+# key: pak
+# --
+package "${1:name}" do
+ action :${2:install}
+ version "${3:1.0-1}"
+end \ No newline at end of file