Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #25 from ncharles/ust_4023/dev/4028_add_system_var…
Browse files Browse the repository at this point in the history
…_def_to_cf_clerk

Fixes #4028: add system variables definition MANAGED_NODES and MANAGED_N...
  • Loading branch information
ncharles committed Oct 15, 2013
2 parents b51bb65 + 3804fe5 commit d0c1dd4
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -89,8 +89,14 @@ class SystemVariableSpecServiceImpl extends SystemVariableSpecService {
, isUniqueVariable = true
, constraint = Constraint(typeName = IntegerVType())
)
, SystemVariableSpec("MANAGED_NODES_NAME", "Hostname of nodes managed by the policy server"
, constraint = Constraint(mayBeEmpty=true)
)
, SystemVariableSpec("MANAGED_NODES_ID", "UUID of nodes managed by the policy server"
, constraint = Constraint(mayBeEmpty=true)
)
// this variable may be empty, has it is not filled by rudder, but by cf-clerk
, SystemVariableSpec("GENERATIONTIMESTAMP"
, SystemVariableSpec("GENERATIONTIMESTAMP"
, "Timestamp of the promises generation"
, multivalued = false
, isUniqueVariable = true
Expand Down

0 comments on commit d0c1dd4

Please sign in to comment.