aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-13 14:26:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-13 14:26:30 -0300
commit66ddcd5f08bf61fea97406883270728ad6a72b6b (patch)
treed76f32834dbef4b1224df571438788a2c6b4040f /manifests
parenta12625885bfb7db8663d93687813abf4090f2b3c (diff)
downloadpuppet-nodo-66ddcd5f08bf61fea97406883270728ad6a72b6b.tar.gz
puppet-nodo-66ddcd5f08bf61fea97406883270728ad6a72b6b.tar.bz2
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/laptop.pp2
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
}