add packages

This commit is contained in:
Tommy Parnell
2014-03-18 22:00:08 -04:00
parent 6c27a64574
commit f5f6b8e2f7
4 changed files with 11 additions and 3 deletions

View File

@@ -1 +1 @@
1395125812
1395191110

View File

@@ -1 +1 @@
1395125768
1395191066

View File

@@ -1 +1 @@
f242ff0b-d04b-432f-a682-a0c6769f3fa7
8839498c-bd4b-40ac-a06e-ab448d12cec9

View File

@@ -17,4 +17,12 @@ class baseconfig {
mode => '0644',
source => 'puppet:///modules/baseconfig/bashrc';
}
package { "gdm": ensure => "installed"}
package { "ubuntu-desktop": ensure => "installed"}
package { "ruby": ensure => "installed"}
package { "nodejs": ensure => "installed"}
package { "irssi": ensure => "installed"}
package { "git": ensure => "installed"}
package { "tmux": ensure => "installed"}
}