diff options
author | elijah <elijah@riseup.net> | 2012-12-08 20:06:30 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-12-08 20:06:30 -0800 |
commit | 9356fa9fec8babff8c8007759c870ff6e50fabe9 (patch) | |
tree | cd8d733160fa38592ebcf9ea0d0c5c5c43ef1c3f /README.md | |
parent | 8572dfd59c21d2032b030adc9dc9a973c6e1c3f5 (diff) | |
parent | 06b04fbcd98c38cffb7831d7e205664645ccee02 (diff) | |
download | leap_cli-9356fa9fec8babff8c8007759c870ff6e50fabe9.tar.gz leap_cli-9356fa9fec8babff8c8007759c870ff6e50fabe9.tar.bz2 |
Merge branch 'master' of ssh://leap.se/leap_cli
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ About LEAP command line interface ================================= -This gem installs an executable 'leap' that allows you to manage servers using the leap platform. +This gem installs an executable 'leap' that allows you to manage servers using the leap platform. You can read about the [platform on-line](https://leap.se). Installation ================================= @@ -49,7 +49,7 @@ Within the provider directory: services/ # nodes inherit from these files if specified in node config. tags/ # nodes inherit from these files if specified in node config. files/ # text and binary files needed for services and nodes, including keypairs - users/ # crypto key material for sysadmins + users/ # cryptographic key material for sysadmins hiera/ # compile yaml files that contain everything needed to deploy a particular node. common.yaml # all nodes inherit these options provider.yaml # global service provider definition |