custom types development on stand alone mode: unknown parameter
15 views
Skip to first unread message
ulrich igor ngouagna kouete
unread,
Nov 19, 2013, 6:25:09 AM11/19/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
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.
Felix Frank
unread,
Nov 19, 2013, 9:45:06 AM11/19/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Hi,
where does the ruby code of your custom type reside?
Make sure that ruby's include path (`ruby -e 'puts $:`) will read your
working tree first. To be safe, run puppet as