diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 14:26:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 14:26:30 -0300 |
commit | 66ddcd5f08bf61fea97406883270728ad6a72b6b (patch) | |
tree | d76f32834dbef4b1224df571438788a2c6b4040f /manifests/laptop.pp | |
parent | a12625885bfb7db8663d93687813abf4090f2b3c (diff) | |
download | puppet-nodo-66ddcd5f08bf61fea97406883270728ad6a72b6b.tar.gz puppet-nodo-66ddcd5f08bf61fea97406883270728ad6a72b6b.tar.bz2 |
Minor fix
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 4418e0f..c4e5823 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -49,5 +49,5 @@ class nodo::laptop::webdev inherits nodo::laptop { class nodo::laptop::dev { $apt_include_src = true $apt_use_next_release = true - include nodo::desktop::webdev + include nodo::laptop::webdev } |