From 60176f9b0e761c9b0b046c3aac3b6310d758a9f6 Mon Sep 17 00:00:00 2001 From: phothet Date: Wed, 13 May 2020 15:30:30 -0400 Subject: [PATCH] Add apache module --- Puppetfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Puppetfile b/Puppetfile index cb744bb..5d59c24 100644 --- a/Puppetfile +++ b/Puppetfile @@ -15,3 +15,7 @@ forge 'https://forge.puppet.com' #mod 'apache', # git: 'https://github.com/puppetlabs/puppetlabs-apache', # branch: 'docs_experiment' + +mod 'apache', + :git => 'git@github.com:phothet/puppet_apache.git', + :ref => 'master'