Hi,
I'm trying to develop a custom type, and I'm working on a stand alone mode (using puppet apply to apply my manifest). After modifying the type (adding a new parameter for example), when I try to apply the manifest again, it says that the new param is unknown. I found on the official doc that I need to restart both "master" and "node" before applying my changes. But I'm not working on master/nodes architecture :(.
What should I do instead??
thanks.