diff --git a/manifests/main.pp b/manifests/main.pp index 7b40617..cba8a25 100644 --- a/manifests/main.pp +++ b/manifests/main.pp @@ -6,4 +6,5 @@ node default { include yaourt include gnome include config + include shell } diff --git a/modules/shell/manifests/init.pp b/modules/shell/manifests/init.pp new file mode 100644 index 0000000..495b573 --- /dev/null +++ b/modules/shell/manifests/init.pp @@ -0,0 +1,2 @@ +class shell { +}