Sha256: 33a861ecb42a4c433074c53597df4869b6143e677f67fb3a6ff4d76406b98a9f

Contents?: true

Size: 362 Bytes

Versions: 3

Compression:

Stored size: 362 Bytes

Contents

module OffTheGrid
  module Templates
    module ExecuteHost
      ERB = <<EOF.freeze
hostname              <%= @hostname %>
load_scaling          NONE
complex_values        NONE
user_lists            NONE
xuser_lists           NONE
projects              NONE
xprojects             NONE
usage_scaling         NONE
report_variables      NONE
EOF
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
off_the_grid-0.0.6 lib/off_the_grid/templates/execute_host.rb
off_the_grid-0.0.5 lib/off_the_grid/templates/execute_host.rb
off_the_grid-0.0.4 lib/off_the_grid/templates/execute_host.rb