I want to complete automate our linux builds from start to finish. A lot of parameters need to get passed to puppet in order to execute the modules effectively. For example a user and group need to be passed to the module as well as details regarding any filesystems, that kinds of thing.
How do I pass values to puppet like that? I know of parameterized classes. But how do I set those values with the ones I need to?
thanks,
↧