lib/ogre/messages.rb in ogre-0.1.4 vs lib/ogre/messages.rb in ogre-0.1.5

- old
+ new

@@ -14,10 +14,19 @@ DESC_ORG = 'Organization short name' # org description DESC_ORG_DESC = 'Organization long name' + # org list + DESC_ORG_LIST = 'List organiations' + + # org Show + DESC_ORG_SHOW = 'Show organization details' + + # user list + DESC_USER_LIST = 'List users' + # private key path DESC_PRIVATE_KEY = 'Path to private key file' # chef server url DESC_CHEF_SERVER_URL = 'Chef Server URL i.e. https://chef.server.domain' @@ -79,6 +88,9 @@ # Chef validator username DESC_CHEF_VALIDATOR = 'Chef validator user name' # vCenter verify ssl param DESC_VCO_VERIFY_SSL = 'vCenter Orchestrator verify ssl' + + # Chef Policy Repository skeleton url + DESC_REPO_URL = 'Chef Policy Repository skeleton url' end