Skip to content

Instantly share code, notes, and snippets.

@auxesis
Created January 28, 2009 00:32
Show Gist options
  • Save auxesis/53734 to your computer and use it in GitHub Desktop.
Save auxesis/53734 to your computer and use it in GitHub Desktop.
exec { "pkg_add -r apache-2.0.63_2":
path => "/usr/sbin:/sbin:/usr/bin/:/bin",
onlyif => "test $(pkg_version apache |grep 2.0.63_2 |wc -l) != '1'"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment