Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / examplefiles / roboconf-instances / roboconf.instances
Size: Mime:

# Deal with imports
import others.instances;

instance of VM {
	name: VM-mysql;
	instance of mysql {
		name: MySQL;
	}
}

instance of VM {
	name: VM ;
	count: 5;
	
	INSTANCE of tomcat {
		name: Tomcat;
		
		instance of my-war-1 {
			name: my-war-1;
			full-path: apps/my-war;
		}
	}
}