Sha256: 9e1c8bcef3a22c5d36997a66d8f48b2ca98823c9867606ce4ad4e4f9db2eeb85

Contents?: true

Size: 319 Bytes

Versions: 4

Compression:

Stored size: 319 Bytes

Contents

include "../modules/node/node.sfp"
include "../modules/hpcloud/hpcloud.sfp"
include "../modules/vm/vm.sfp"
include "../modules/apache/apache.sfp"

proxy isa Node {
	sfpAddress is "localhost"
	hpcloud isa HPCloud {
		key_name is "herry_key"
	}
}

vm1 isa VM {
	created = true
	apache isa Apache {
		running is true
	}
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nuri-0.5.4 examples/hpcloud.sfp
nuri-0.5.3 examples/hpcloud.sfp
nuri-0.5.2 examples/hpcloud.sfp
nuri-0.5.1 examples/hpcloud.sfp