Sha256: 16ab28c98cf73fedaeb406da05c551a4a5a754241d2b6453ec207a219c3f5151
Contents?: true
Size: 394 Bytes
Versions: 13
Compression:
Stored size: 394 Bytes
Contents
cloud :binary_testing_cloud do keypair "bob" has_file :name => "/etc/motd", :content => "Welcome to the cloud" has_file :name => "/etc/profile", :content => "profile info" has_directory :name => "/var/www" # has_package :name => "bash" # parent == cloud apache do # parent == apache listen "8080" has_file :name => "/etc/apache2/apache2.conf" end end
Version data entries
13 entries across 13 versions & 3 rubygems