From: Silvio Rhatto Date: Mon, 24 Aug 2015 20:53:32 +0000 (-0300) Subject: Adds dev::rails X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=082f2b74642377d5594c89155050d07f4a4b5ea6;p=puppet-websites.git Adds dev::rails --- diff --git a/manifests/dev/rails.pp b/manifests/dev/rails.pp new file mode 100644 index 0000000..ab62ab2 --- /dev/null +++ b/manifests/dev/rails.pp @@ -0,0 +1,4 @@ +class websites::dev::rails inherits websites::setup { + # Include the needed classes for website development + include apache::rails +}