Sha256: 93d5c5f1964da2ef4e04bb2863ef0080d18d1e3382d62dfe03569b9c0784aac7
Contents?: true
Size: 954 Bytes
Versions: 2
Compression:
Stored size: 954 Bytes
Contents
This directory contains the modules that control your resources. Each directory contains a module. You can add your own module by creating a new directory and required files. There are two types of module: 1. Native module - a module that is implemented in Ruby; it has two main files: - `<module-name>.sfp` - contains the model of the resource in SFP language, - `<module-name>.rb` - the implementation in Ruby. 2. Non-native module - a module that is implemented in other language (e.g. `pyfile`); it has two main files: - `<module-name>.sfp` - contains the model of the resource in SFP language, - `main` - the implementation in any programming language (must be executable through console). You can put any necessary file to the directory. All files of the module's directory will be automatically pushed to the target agent by Nuri during deployment. Nuri will intelligently check any changes, and push the latest version.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nuri-0.5.5 | modules/README.md |
nuri-0.5.4 | modules/README.md |