Sha256: 7f45bd1e12b02cb5fe7520830bba799d5c10bd60c4e16e107dd4a6882216a1d5
Contents?: true
Size: 836 Bytes
Versions: 2
Compression:
Stored size: 836 Bytes
Contents
# Rudyfile -- An example Rudy configuration. # # # Rudy automatically looks for configuration files in the # following locations: # # ~/.rudy/config # ./.rudy/config # /etc/rudy/*.rb # ./.rudy/*.rb # ./Rudyfile # ./config/rudy/*.rb # # When multuple files are found, the configuration is # NOT OVERRIDDEN. It's ADDED / APPENDED. This means you can # split configuration across many files as you please. # # There are three sections: accounts, defaults, machines. # By convention, accounts and defaults go in ~/.rudy/config or ./.rudy/config # We encourage this to help avoid checking in AWS keys into source control. # --------------------------------------------------------- MACHINES -------- # The machines block describes the "physical" characteristics # of your environments. machines do end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
solutious-rudy-0.5.0 | Rudyfile |
solutious-rudy-0.5.1 | Rudyfile |