Setup shell module
This commit is contained in:
parent
efc399377c
commit
07448167ba
2 changed files with 3 additions and 0 deletions
|
@ -6,4 +6,5 @@ node default {
|
|||
include yaourt
|
||||
include gnome
|
||||
include config
|
||||
include shell
|
||||
}
|
||||
|
|
2
modules/shell/manifests/init.pp
Normal file
2
modules/shell/manifests/init.pp
Normal file
|
@ -0,0 +1,2 @@
|
|||
class shell {
|
||||
}
|
Loading…
Reference in a new issue