diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-22 13:48:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-22 13:48:42 -0300 |
commit | 38defecb3a09b175ff9f3520a146358a5250c5a3 (patch) | |
tree | ea9770f19d307c70619c76357ebfc621dfce34a4 /share/hydra/whereis | |
parent | bdd58beb8ccf1fc8abf43ba4f940e9c438ec9297 (diff) | |
download | hydra-38defecb3a09b175ff9f3520a146358a5250c5a3.tar.gz hydra-38defecb3a09b175ff9f3520a146358a5250c5a3.tar.bz2 |
Rename 'hiera' to 'config'
Diffstat (limited to 'share/hydra/whereis')
-rwxr-xr-x | share/hydra/whereis | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/hydra/whereis b/share/hydra/whereis index 515218b..8c09839 100755 --- a/share/hydra/whereis +++ b/share/hydra/whereis @@ -38,12 +38,12 @@ echo "-------------------------------------------------------------------------- echo "" # Is it a node? -if [ -e "$PUPPET/hiera/node/$LAYER.$DOMAIN.yaml" ]; then - echo "Defined as a node at hiera/node/$LAYER.$DOMAIN.yaml" +if [ -e "$PUPPET/config/node/$LAYER.$DOMAIN.yaml" ]; then + echo "Defined as a node at config/node/$LAYER.$DOMAIN.yaml" echo "Configuration:" echo "" - grep "nodo::role:" $PUPPET/hiera/node/$LAYER.$DOMAIN.yaml - grep "nodo::location:" $PUPPET/hiera/node/$LAYER.$DOMAIN.yaml + grep "nodo::role:" $PUPPET/config/node/$LAYER.$DOMAIN.yaml + grep "nodo::location:" $PUPPET/config/node/$LAYER.$DOMAIN.yaml fi # DNS config |