diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-04 13:08:32 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-04 13:08:32 -0200 |
commit | acc55e960f4613a1c403d9427b4981f517d44d15 (patch) | |
tree | aabe709ec16bd0b7e47f2445babe48f754934025 /manifests/laptop.pp | |
parent | 0e28b997af94d6979851d4bdb1aa2c7e9cf2f917 (diff) | |
download | puppet-nodo-acc55e960f4613a1c403d9427b4981f517d44d15.tar.gz puppet-nodo-acc55e960f4613a1c403d9427b4981f517d44d15.tar.bz2 |
Adding websites::dev
Diffstat (limited to 'manifests/laptop.pp')
-rw-r--r-- | manifests/laptop.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp index afd7afd..6c8177b 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -28,7 +28,7 @@ class nodo::laptop inherits nodo::personal { } class nodo::laptop::webdev inherits nodo::laptop { - include websites + include websites::dev include database include utils::web |