Changing puppet module source -


I examined puppet documents but there was no suggestion about it. I have puppet modules for monit - In it there are some predefined configurations for some services - files folder -. I want to add more, but it is not certain how to do it correctly in a puppet way.

Is it OK to add new service configuration to local 'puppet / module / monit / file / folder? Will this folder be overwritten if it is updated for the module? Or maybe there is a better way to do this?

PS My services are not public, so I can not request the original dhoppe-monit repository bridge.

The bridge request is a good keyword.

If you can not send your requirements upstream, you may want to maintain a private fork / branch instead. And yes, you'll need to stay upstream with the changes to make sure that you continue to work extra.

In addition to writing your module with scratch, I really do not see another way to do this.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -