I added the following to my puppetfile, committed it, and then on my puppet server ran "puppet code deploy production -w", but don't see the new module in the classes list. Yes I did a refresh, but still now showing? Is there something I'm missing?
mod 'tsm_excludes',
:git => 'git@uxtst010.schneider.com:puppet/tsm_excludes.git'
Another issue, on my git repository, doing a git push origin production, getting this error:
c01393> git push origin production
error: src refspec production does not match any.
error: failed to push some refs to 'git@uxtst010.schneider.com:puppet/tsm_excludes.git'
↧