diff options
Diffstat (limited to 'manifests')
-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 } |