Skip to content

Commit

Permalink
Merge pull request #20 from jordiprats/master
Browse files Browse the repository at this point in the history
variables facts
  • Loading branch information
jordiprats authored Mar 5, 2019
2 parents 66100e3 + d13f7bf commit 03093ba
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* [Setup requirements](#setup-requirements)
4. [Usage](#usage)
5. [Reference](#reference)
* [facts](#facts)
6. [Development](#development)
* [Contributing](#contributing)

Expand Down Expand Up @@ -61,6 +62,42 @@ download { 'salt':

## Reference

### facts

#### eypconf_userid

/opt/eypconf/id/userid.sh /opt/eypconf/id/userid

**eypconf_userid_uppercase** and **eypconf_userid_lowercase**

#### eypconf_magic_hash

/opt/eypconf/id/magic.sh /opt/eypconf/id/.magic

#### eypconf_env

/opt/eypconf/id/env.sh /opt/eypconf/id/env

**eypconf_env_uppercase** and **eypconf_env_lowercase**

#### eypconf_projectid

/opt/eypconf/id/projectid.sh /opt/eypconf/id/projectid

**eypconf_projectid_uppercase** and **eypconf_projectid_lowercase**

#### eypconf_servergroup

/opt/eypconf/id/servergroup.sh /opt/eypconf/id/servergroup

**eypconf_servergroup_uppercase** and **eypconf_servergroup_lowercase**

#### eypconf_type

/opt/eypconf/id/type.sh /opt/eypconf/id/type

**eypconf_type_uppercase** and **eypconf_type_lowercase**

### types

#### download
Expand Down

0 comments on commit 03093ba

Please sign in to comment.