Sha256: d3bcaac02b90ef6fe2f05541633f052bd55d7f97a314e123f9ef25c5a573ba06

Contents?: true

Size: 286 Bytes

Versions: 5

Compression:

Stored size: 286 Bytes

Contents

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

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nuri-0.5.5 modules/hpcloud/example.sfp
nuri-0.5.4 modules/hpcloud/example.sfp
nuri-0.5.3 modules/hpcloud/example.sfp
nuri-0.5.2 modules/hpcloud/example.sfp
nuri-0.5.1 modules/hpcloud/example.sfp