From: Silvio Rhatto Date: Tue, 13 Sep 2011 17:26:30 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=66ddcd5f08bf61fea97406883270728ad6a72b6b;p=puppet-nodo.git Minor fix --- 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 }