puppet changes
This commit is contained in:
parent
df52ac82d4
commit
38b7a3654e
2 changed files with 4 additions and 1 deletions
3
.puppet/install-dev.pp
Normal file
3
.puppet/install-dev.pp
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
import "cpp.pp"
|
||||||
|
import "go.pp"
|
||||||
|
import "python.pp"
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
$x11_packages = [ "awesome", "awesome-extra", "feh", "synapse"]
|
$x11_packages = [ "awesome", "awesome-extra", "feh", "synapse", "thunar", "terminator"]
|
||||||
|
|
||||||
package {
|
package {
|
||||||
$x11_packages:
|
$x11_packages:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue