From dcccf4717ea6a8e40ed96cac62030c8cc95556c3 Mon Sep 17 00:00:00 2001
From: Torstein Egge <tmaregge@gmail.com>
Date: Fri, 29 Oct 2021 12:11:58 +0200
Subject: [PATCH] trying to add apache

---
 Puppetfile        | 1 +
 manifests/site.pp | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/Puppetfile b/Puppetfile
index cb67ac7..fc4e0f6 100644
--- a/Puppetfile
+++ b/Puppetfile
@@ -28,3 +28,4 @@ mod 'richardc-datacat', '0.6.2'
 mod 'puppetlabs-java', '7.3.0'
 mod 'puppet-nginx', '3.3.0'
 mod 'puppetlabs-concat', '7.1.1'
+mod 'puppetlabs-apache', '7.0.0'
diff --git a/manifests/site.pp b/manifests/site.pp
index 3a33db1..fcd11ca 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -44,3 +44,7 @@ node 'elk-server.openstacklocal' {
       listen_options => 'default_server',
   }
 }
+
+node 'app-server.openstacklocal' {
+  include apache
+}
-- 
GitLab