Skip to content

Commit

Permalink
added dos2unix package; re-arrange packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Verna Legaspi committed Sep 21, 2014
1 parent ec8e16c commit d485a7c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions puppet/manifests/devbox.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@
path => ["/bin","/sbin","/usr/bin","/usr/sbin"]
}

package { "openjdk-7-jdk":
package { "git":
ensure => installed,
require => Exec["apt-get update"],
}

package { "git":
package { "openjdk-7-jdk":
ensure => installed,
}

package { "maven":
ensure => installed,
}

package { "dos2unix":
ensure => installed,
}

0 comments on commit d485a7c

Please sign in to comment.