Re: [Puppet Users] R10k Deploy single module first time

2016-08-16 Thread Christopher Wood
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. r10k deploy module modulename r10k deploy module --environment myenv modulename On Tue, Aug 16, 2016 at 08:14:14AM -0700, broncosd183 wrote: >Hello, > >

[Puppet Users] R10k Deploy single module first time

2016-08-16 Thread broncosd183
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