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