[Puppet Users] puppet enterprise code manager issue

2016-05-12 Thread Robert Chen
my environment needs http_proxy, https_proxy for modules. probably code manager issue is an proxy issue # puppet-code deploy lab -l debug --wait 2016-05-12 13:39:48.388674 DEBUG puppetlabs.puppet-code - Loaded global configuration from /etc/puppetlabs/client-tools/puppet-code.conf 2016-0

[Puppet Users] who updated my puppet.conf on puppet master

2015-03-16 Thread Robert Chen
I installed a puppetdb with puppet master. I need to add dns_alt_names = puppet.mydomain.com,puppet to make it works or else a lot of errors like: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Attempt to assign to a reserved variable but my /etc/puppet/puppet.con

[Puppet Users] how to list all classes deployed/running on a puppet agent?

2015-04-16 Thread Robert Chen
how to list all classes deployed/running on a puppet agent? how to get all running puppet agent/IP addresses managed by the master? ( the puppet cert list --all list all certs which does not mean an agent is running). -- You received this message because you are subscribed to the Google Group

[Puppet Users] how to generate puppet modules or manifests files according to different groups of servers dynamically?

2015-10-14 Thread Robert Chen
hi all, my company has a huge number of servers which are doing different functionalities and these are changing everyday. I want to make the customers to customized their requirements in a YAML file and then generate puppet manifests for modules dynamically. For example, a new groups of ser