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 Users
Hello,
Is there a way to deploy a single module from a puppetfile the first time it is added to an environment's puppetfile without deploying other modules? Normally when we add a module from the forge or git we add it to the puppetfile and then run r10k deploy environment -pv. That deploys all the modules and can be somewhat time consuming. I know r10k deploy module exists, but it looks like that doesn't deploy a module if it was just added to the puppetfile... Thanks!
Christopher Wood
unread,
Aug 16, 2016, 12:05:31 PM8/16/16
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
You can incrementally check r10k syntax with:
r10k
r10k deploy
(etc.)
In your case maybe one of these? Try it and see, I never use these.