Yes, the databse is created : 

mysql> show tables;
+------------------+
| Tables_in_puppet |
+------------------+
| fact_names       |
| fact_values      |
| hosts            |
| inventory_facts  |
| inventory_nodes  |
| param_names      |
| param_values     |
| puppet_tags      |
| resource_tags    |
| resources        |
| source_files     |
+------------------+


I'm using Passenger, so there is no need to restart puppet master 
(according to 
http://projects.puppetlabs.com/projects/1/wiki/Using_Passenger)


On Wednesday, May 16, 2012 4:44:32 PM UTC+1, Gary Larizza wrote:
>
> Did you restart your puppet master after you setup storeconfigs?  Did the 
> DB get created?
>
> On Wed, May 16, 2012 at 8:39 AM, DieZ <x...@gmail.com> wrote:
>
>> thanks for the quick reply,
>>
>> it shows the correct value (mysql)
>>
>> # puppet config print dbadapter --mode master
>> mysql
>>
>>
>> so why it uses SQLite3 if everything is configured correctly for using 
>> MySQL ? 
>>
>> puppet-master[28784]: 
>> (/File[/var/lib/puppet/state/clientconfigs.sqlite3]/mode) change from 0644 
>> to 0660 failed: failed to set mode 644 on 
>> /var/lib/puppet/state/clientconfigs.sqlite3: Operation not permitted - 
>> /var/lib/puppet/state/clientconfigs.sqlite3
>>
>>
>>
>>
>> On Wednesday, May 16, 2012 4:29:32 PM UTC+1, Gary Larizza wrote:
>>
>>> 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)
>>>
>>>
>>> -- 
>>>
>>> Gary Larizza
>>> Professional Services Engineer
>>> Puppet Labs
>>>
>>
>>
>
>
> -- 
>
> Gary Larizza
> Professional Services Engineer
> Puppet Labs
>
>

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