diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-24 17:53:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-24 17:53:32 -0300 |
commit | 082f2b74642377d5594c89155050d07f4a4b5ea6 (patch) | |
tree | 6026257de73fc590189a95c0585b1cf79ccf45c0 | |
parent | 22be23a1aeed27a35d9efdd73f166620ddf8aed6 (diff) | |
download | puppet-websites-082f2b74642377d5594c89155050d07f4a4b5ea6.tar.gz puppet-websites-082f2b74642377d5594c89155050d07f4a4b5ea6.tar.bz2 |
Adds dev::rails
-rw-r--r-- | manifests/dev/rails.pp | 4 |
1 files changed, 4 insertions, 0 deletions
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 +} |