HomeDevCentral

Standardize states using pkg.installed everywhere

Description

Standardize states using pkg.installed everywhere

Summary:
Some entries contained only the state module name pkg
instead of the full function.

This approach was deemed more compatible with requisite logic,
where onyl the state module name and the id are required, without
the function name.

Yet, it's the only case this syntax was used, and as such, it should
be standardized.

If there is an advantage state module is more visible, there is also
a drawback: the function name isn't separated from the parameters.

As such, all states will now use the following syntax:

<id>:
   <state module>.<method>:
     - parameter1
     - parameter2
     - …

Test Plan: no op

Reviewers: dereckson

Reviewed By: dereckson

Differential Revision: http://devcentral.nasqueron.org/D1749

Details

Provenance
derecksonAuthored on Sep 13 2018, 09:52
derecksonPushed on Sep 13 2018, 10:03
Reviewer
dereckson
Differential Revision
D1749: Standardize states using pkg.installed everywhere
Parents
rOPS872a75e59e7d: Provision rust_brown container for Jenkins CD
Branches
Unknown
Tags
Unknown