Skip to content

Instantly share code, notes, and snippets.

@reinh
Created April 23, 2013 00:17
Show Gist options
  • Save reinh/5439761 to your computer and use it in GitHub Desktop.
Save reinh/5439761 to your computer and use it in GitHub Desktop.
$home = "/Users/${::luser}"
$my = "${home}/my"
file { $my: ensure => directory }
repository {
"$my/keyword_search":
source => "reinh/keyword_search",
require => File[$my];
"$my/coffeequest":
source => "reinh/coffeequest",
require => File[$my];
"$my/diceboy":
source => "reinh/diceboy",
require => File[$my];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment