Sha256: 635fcf9256e94f3ee383ffe3f62de2355b8ad6ba455bc56ae20b99d1e790a029
Contents?: true
Size: 343 Bytes
Versions: 38
Compression:
Stored size: 343 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details. role :app, %w{deploy@example.com} role :web, %w{deploy@example.com} role :db, %w{deploy@example.com} server 'example.com', user: 'deploy', roles: %w{web app}, my_property: :my_value
Version data entries
38 entries across 38 versions & 2 rubygems