diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index ccf94d4..152fcd1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -118,7 +118,7 @@ class nodo::physical inherits nodo { include firewire include sysctl include ups - include utils::server + include utils::physical include smartmontools # Time configuration @@ -171,6 +171,8 @@ class nodo::server inherits nodo::physical { } class nodo::desktop inherits nodo::physical { + include utils::desktop + # fstab file { "/etc/fstab": source => "puppet://$desktop/modules/nodo/etc/fstab/desktop", |