Try the following:

puppet config print dbadapter --mode master

That will print out the configuration item of dbadapter as the MASTER knows
it.  You can use --mode master or agent to check those configuration items
from the context of Puppet running as an agent or as a master  (the way you
ran it most likely output puppet.conf settings from the context of the
agent)


On Wed, May 16, 2012 at 8:24 AM, DieZ <mzt.tl...@gmail.com> wrote:

> Hello,
>
> I've done some more research, so i tried to show all config settings and I
> found the unexpected result :   :
>
> # puppet --configprint all
> ...
> storeconfigs = false
> dbadapter = sqlite3
> dblocation = /var/lib/puppet/state/clientconfigs.sqlite3
> ...
>
>
> As said in my previous post, i've already configured the master for stored
> configurations for MySQL :
>
> [master]
> ...
> storeconfigs=true
> dbadapter=mysql
> ...
>
>
> so why Puppet Master does not apply my changes ?
>
> info. : puppetmaster is running under mod passenger
> (libapache2-mod-passenger  2.2.11debian-2)
>
> Thanks,
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/n11lOv0NTJEJ.
>
> 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.
>



-- 

Gary Larizza
Professional Services Engineer
Puppet Labs

-- 
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.

Reply via email to