Displaying 20 results from an estimated 200 matches similar to: "Problems granting privileges with puppetlabs/mysql"
2013 Mar 21
6
How we can create two database Using same credetial using Puppet
Hello All,
I wanted to create two two MySQL database with same user credential using
Puppet-MySQL. How can I achieve this? Please find my script below.
class mysql::vsdatabase {
include mysql
mysql::db { ''vidispine'':
user => ''user'',
password => ''user123'',
host => ''db.<hostname>.com'',
}
}
How can I add
2013 Jun 04
1
puppet DB providers
Hello,
What would you think of moving database, database_grant and database_user
types and providers from puppetlabs-mysql to its own module
(puppetlabs-dbproviders for example) so that we can develop providers for
others RDBMS ?
I''d like to develop providers for postgresql, so I think it makes sense to
put this types/providers in its own module.
best regards,
Mickaël Canévet
--
2013 Dec 09
0
mysql module v 1.0 mysql_grant - database_grant
Hi,
I''m using mysql module version 0.6.1 and I wanted to upgrade. After
reading a little I saw that migrating from v 1 to 2 must be studied, so
I decided to upgrde to version 1.
BUT, I''ve seen a couple of warnings on my first run and I''m updating my
code, but I''ve found that my old sysntax for database_grant is not
compatible with mysql_grant.
So, if I had
2012 Sep 15
1
Live session on Puppet + AWS through Google Hangout on Air
Hi all,
just wanted to let you know that there''s a community event going on in
Kuala Lumpur right now, currently there''s a talk on OpenShift, and at
noon (GMT+8) one of our guys will do a session on Puppet+AWS. It''s
being recorded by Google Hangout on Air, so even if you''re late you
can watch it for free.
2012 Mar 12
5
Database and user not created (Puppetlabs mysql module)
Hi everyone,
I am new to Puppet and try to make some simple "automation things".
I have succeed with apache2, ssh modules, but have problems with
Puppetlabs mysql module.
It installs mysql server, changes/creates admin user password, but
does not create database and user.
I cannot find anything wrong in logs (--debug --verbose). I see that
manifests is read, but no db/user in mysql.
2010 Jun 15
4
Dashboard or Foreman
Hi Guys,
I''m reading about dashboard and foreman, and I''m wondering if there is
anyone who made a comparison of the two? Can anyone help me decide
which one to use? It feels like foreman is ''ahead'' for now?
cheers,
Walter Heck
Engineer @ OlinData (http://olindata.com)
--
You received this message because you are subscribed to the Google Groups "Puppet
2013 Mar 12
2
Only running database_grant the first time.
I''m using puppet through Vagrant to manage my dev VM, and as part of that I
have a few database grants that I run after creating users, but when I
subsequently run vagrant up or provision these grants fail (because of some
changes I make to the mysql config after they have been created.)
I''m using database_grant to execute the grants, but there doesn''t seem to
be a
2012 Jun 15
1
cross server dependancies
I have an application package that needs to be installed on certain
application servers but before it can be installed, database access has to
be setup on a database server.
I have figured out how to export a resource on the app server that gets
collected and realized on the database server, but I cannot figure out how
to make the package on the app server depend on the exported resource
2013 Jul 22
0
wyrie/puppet-nagiosql -- anyone have experience with this module?
I made two decisions this afternoon that are now related to each other.
1. Use more of the modules that exist in the Forge
2. Rebuild my monitoring server
As I perused the various modules that help with managing monitoring
packages my eyes fell upon a module that reported to be able to manage
nagiosql, a setup that I had been planning on migrating my nagios
monitoring to. So I installed
2012 Feb 11
10
Question about reusing classes/modules
Hello Everyone,
I''m still pretty new with puppet so please bare with me. I tried
searching and I''m pretty sure I''ve ready my answer but I''m not sure if
I''m going down the right path just yet.
My scenario is this: I have 4 environments, Dev, Test, QA, Prod. Each
of these environments lives in 2 sites, LA and NY. I have 5
applications that are site and
2011 Aug 11
6
need urgent help with including Ruby DSL class from puppet manifests
Hi,
I have a Ruby class in "nagios" module - it''s located in nagios/
manifests/ssa_nagios_checks.rb
and looks like this
hostclass :ssa_nagios_checks do
...
end
In nagios/manifests/init.pp I have
class nagios::server {
...
include ssa_nagios_checks
...
}
And I get the following error
....
debug: importing ''/etc/puppet/modules/nagios/manifests/
2013 Aug 23
1
Test the result of a hiera_hash() lookup
Hi folks,
Is there a way to test the result of a hiera_hash() lookup in a manifest? I
am trying to use hiera to do most of my configuration, like this for
example:
mysql::grants:
''user1@localhost'':
privileges:
- select_priv
''user2@localhost'':
privileges:
- select_priv
- insert_priv
- lock_tables_priv
I have a wrapper
2012 Aug 25
12
How can MCollective replace "puppet kick"?
Dear readers,
I was shocked to see that "puppet kick" will be deprecated in 3.0.0
https://projects.puppetlabs.com/issues/15735
How can MCollective replace "puppet kick"?
Hugs,
Sandra
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit
2013 Dec 04
10
MySQL server install with datadir != /var/lib/mysql
Has anybody sucessfully used puppetlabs-mysql (or some other method) to
install MySQL-server on Linux with a my.cnf where datadir != /var/lib/mysql
?
--
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 puppet-users+unsubscribe@googlegroups.com.
To view
2009 May 05
1
Asterisk cdr_odbc problems
I'm trying to get asterisk cdr_odbc configured, but it can't connect
through my odbc driver.
switchboard*CLI> module load cdr_odbc
[May 4 20:06:04] ERROR[17758]: cdr_odbc.c:358 odbc_load_module:
cdr_odbc: Unable to connect to datasource: asterisk
/etc/odbcinst.ini:
[MySQL]
Description = MySQL driver
Driver = /usr/lib/odbc/libmyodbc.so
Setup =
2017 Feb 21
4
Problems with my simple write conf files method
I have been creating conf files and similar with the following method
that I picked up (I think from psotfix docs):
cat <<EOF>>/etc/aliases || exit 1
root: youremail
EOF
See: http://medon.htt-consult.com/Centos7-armv7.html
But with postfixadmin I stumbled onto a problem. The following:
cat <<EOF>/usr/share/postfixadmin/config.local.php || exit 1
<?php
2007 Aug 20
6
Using case in class
OK, I started down this road a few months ago and got side tracked
with project work. I have a class called "install" that I want to use
with only machines on one protected subnet. In my site.pp file, among
other node entries, I have -
node default {
install
}
The class itself -
class install {
case $domain {
"test.example.com": {
file:
2007 Jun 09
12
Example module for central git repository via http (sort of like a subversion repo) [a bit RFC]
Hi all,
I''ve been looking for a good example for how one would build a module,
but I couldn''t really find something that I liked, so I went ahead and
tried to do it myself.
The result is this: a git module (see attachment).
Please have a look and comment on it, before I add it to the wiki. I
especially want comments on the setup of the module itself, not so
much on the git
2012 Jul 02
7
puppetmasterd continuously consuming high CPU, with many interrupts
So, I have a server at home that has four VMs running inside it.
All are managed via puppet. The physical host runs puppetmasterd.
I don''t recall noticing this before, but puppetmasterd has decided
to be kind of crazy. Here''s the physical host with no puppetmasterd
running:
top - 11:36:15 up 271 days, 15:16, 1 user, load average: 5.68, 5.50, 6.45
Tasks: 129 total, 1
2007 Jan 03
18
error "Stack level too deep" on ''exec[ "perl Makefile.PL" ] ?
Hi,
I''m testing puppet from the subversion trunk. I have a rather
hacked-together system to install a CRM into one of my nodes, which
worked (more or less) with version 0.19.3. When I tried to do a puppet
run on a completely clean node it seemed to stall on the ''compilation''
part (I do an exec of ''perl Makefile.PL'' in the appropriate dir). When
I broke