Searched refs:PUPPET_CONFIG_DICT (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/ruby/puppet-solaris/files/
H A Dupdate_smf.py92 PUPPET_CONFIG_DICT = dict() variable
175 PUPPET_CONFIG_DICT[key] = (key, key_type, desc)
210 file with those that are stored in PUPPET_CONFIG_DICT
244 for key in sorted(PUPPET_CONFIG_DICT.iterkeys()):
245 values = PUPPET_CONFIG_DICT[key]

Completed in 14 milliseconds