Hm nothing in the logs. It's worth mentioning that I run this on the puppet 
master. Here's the config in case I missed something there:

[main]
pluginsync = true
factpath = /lib/facter


[agent]
environment = production
server = puppetmaster.loc.example.com
runinterval = 360
splay = true
configtimeout = 1200
noop = false
autoflush = true
graph = false
report = false
ca_server = puppetmaster.loc.example.com
report_server = puppetmaster.loc.example.com
pidfile = /var/run/puppet/agent.pid

[master]
autosign = true
autoflush = true
reports = store
ssl_client_header = HTTP_X_CLIENT_DN
ssl_client_verify_header = HTTP_X_CLIENT_VERIFY

[production]
manifestdir = /srv/puppet/environments/production/manifests
manifest    = /srv/puppet/environments/production/manifests/site.pp
modulepath  = /srv/puppet/environments/production/modules

On Monday, January 6, 2014 4:17:51 PM UTC-6, jcbollinger wrote:
>
>
>
> On Monday, January 6, 2014 4:02:54 PM UTC-6, Andrew wrote:
>>
>> Anything in the puppet master logs?
>>
>> Not sure, but i think puppet apply - hiera lookup is done by client, 
>> puppet agent - lookup is done by puppet master.
>>
>
>
> That was the area I was about to prod, too.  The hiera lookup is performed 
> as part of catalog compilation, therefore it is done by the master when you 
> use "puppet agent".  On the other hand, the local machine performs the 
> compilation, and thus the hiera lookup, when you use "puppet apply".
>
> Even when running the test on the machine hosting the master, it is 
> possible that the master sees a different puppet configuration than "puppet 
> agent" or "puppet apply" does, depending on the user identity with which 
> those are launched.  Furthermore, discrepancies could arise if access 
> controls prevent the master from reading the data file, but do permit 
> "puppet apply" to read it.
>
>
> John
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/f389f9bf-889a-4ecd-9863-27a85c5975f7%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to