battery, puppet fixes

This commit is contained in:
Barak Michener 2013-04-23 22:54:23 -04:00
parent 76c086e502
commit 58bf0312c0
4 changed files with 36 additions and 3 deletions

View file

@ -1,4 +1,4 @@
$packages = [ "vim-gnome", "ctags"]
$packages = [ "vim-gnome", "ctags", "ttf-inconsolata"]
package {
$packages:

View file

@ -5,7 +5,7 @@ package {
ensure => "installed"
}
$pip_packages = ["flake8", "tornado"]
$pip_packages = ["flake8", "jedi", "tornado"]
package {
$pip_packages :