Skip to content

Instantly share code, notes, and snippets.

@felippepuhle
Created September 20, 2017 11:49
Show Gist options
  • Select an option

  • Save felippepuhle/d0a9374926507647f56439c05ca7d256 to your computer and use it in GitHub Desktop.

Select an option

Save felippepuhle/d0a9374926507647f56439c05ca7d256 to your computer and use it in GitHub Desktop.
exec { "apt-update":
command => "/usr/bin/apt-get update"
}
package { ["openjdk-7-jre", "tomcat7"]:
ensure => installed,
require => Exec["apt-update"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment