Commit 0382d2e2 authored by Rane Squires's avatar Rane Squires

'Contain' other module class, add ordering to classes

parent db7ea81e
Pipeline #9 canceled with stages
# @summary A short summary of the purpose of this class
# @summary 'main' for the Module
#
# A description of what this class does
# Manages the other classes in the module.
#
# @example
# include anaconda
class anaconda {
contain anaconda::install
contain anaconda::update
contain anaconda::environments
Class['anaconda::install']
-> Class['anaconda::update']
-> Class['anaconda::environments']
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment