I'm probably doing something wrong, but please sanity check this. I'm trying to use "puppet apply" locally on my Puppetmasters. They have storeconfigs configured in the [main] section, as well as the ENC config set up in [main].
When puppet apply is run in this way, I can see storeconfigs being activated and queried, but the ENC script is not called. For reference my config is something like this: [main] node_terminus = exec external_nodes = /root/enc.sh # Storeconfigs storeconfigs = true thin_storeconfigs = true dbadapter = mysql dbuser = puppet dbpassword = password dbserver = 127.0.0.1 dbsocket = /var/lib/mysql/mysql.sock Moving the storeconfigs to the [master] section causes the ENC to be queried, but obviously on "puppet apply" runs, storeconfigs will not be used. We do have some exported resources in our modules so I think we need storeconfigs to be enabled. Any thoughts on this? Bug? Unforeseen use case? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.