sprinkle-tool / sprinkle

Sprinkle is a software provisioning tool you can use to build remote servers with. eg. to install a Rails, or Sinatra stack on a brand new slice directly after its been created
https://github.com/sprinkle-tool/sprinkle
MIT License
1.15k stars 138 forks source link

File installer doing nothing #188

Closed VinceG3 closed 10 years ago

VinceG3 commented 10 years ago

Packages with the 'file' installer aren't even running, it skips over them and runs everything else. I used pry to get in to the package block try to see what's going on, and while 'apt' returns an array with the only member being an instance of Sprinkle::Installers::Apt, 'file' returns nil. Happening on rubies 2.1, 2.0, and 1.9.3

joshgoebel commented 10 years ago

Please provide a full example sprinkle recipe (as simple as possible) that reproduces the failure.

joshgoebel commented 10 years ago

Closing until we have example.