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
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
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