similar to: cross server dependancies

Displaying 15 results from an estimated 15 matches similar to: "cross server dependancies"

2012 Jul 19
3
Problems granting privileges with puppetlabs/mysql
First off, I''m not sure if I should be asking questions about puppetlabs modules here, if not, I apologise... I''m trying to at least setup my mysql replication user through the mysql module, but I seem to be unable to divine the correct way to do this. I''ve tried a number of different variations, but my user doesn''t get the repl_slave_priv on my user
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
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
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
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
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
2010 Apr 05
5
Problem syncing custom fact
I am trying to get a custom fact to sync. The fact is in a module. It will sync if I run puppet with "--pluginsync" but not otherwise. I have "pluginsync=true" in my puppet.conf. Shouldn''t the command line option and puppet.conf option have the same results? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group.
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.
2006 Aug 15
1
Mdadm Dependancies - Centos 4.3
Hiya, I have a mail server (Qmail) and just tried to install mdadm to monitor the raid arrays via Yum and it tried to install exim. Is this correct? I guess that it is looking for an MTA so why is it not finding Qmail (linked to /usr/lib/sendmail). One possibility is that I used yum to actually uninstall sendmail, but installed qmail from source as it needed patching. Any way out of this apart
2011 Aug 03
1
Finding dependancies?
Hi although the background is that it happened on an hpc cluster, this question does *not* concern hpc computing with R. I was using R on a cluster and had to install several packages in my home directory. Now the head node was migrated to new hardware (new install as well) and many dependencies for my in $HOME installed packages, which were present on the old head, are missing on the new head.
2009 Jan 23
2
can't install rrdtool, problems with dependancies
Hi all, I have tried to install rrdtool manually, but have noticed that I need perl-rrdtool as well for it to work, and I have approached this the wrong way. So, instead of installing rpmforge first, I have downloaded the rrdtool from sourceforge and installed it the old-fashioned way, totally forgot about rpmforge. So, now I want to remove it, and install it via rpmforge in order to get
2009 Mar 19
3
Module dependancies.
Hi all Whats the best way of depending on a module - for example, I have an lvm and a mysql module - on booting a clean machine it''s important that lvm be set up before the mysql rpm installs as I want mysql on a volume. I can''t see an easy (clean) way of making sure the mysql module installs after the lvm module apart from depending on some resource that the lvm module
2005 Aug 04
6
remove RPMs with cyclic dependancies.
Okay, I tried installing OpenOffice beta, and I think I messed it up, so I wanted to uninstall it. I thought wilcards worked, so I tried: [root at localhost program]# rpm -e openoffice* error: package openoffice* is not installed Okay, so I couldn't figure out how to remove a bunch of RPM packages at once, so I did this: [root at localhost program]# rpm -qa | grep openoffice And
2011 Jan 21
5
What the??? Failing dependancies and not sure why...
Observe the following code sniget: user { nagios : comment => "Nagios Host Monitoring Service", shell => "/bin/bash", home => "/home/nagios", ensure => present } file { nagios-homedir : path => "/home/nagios", owner => "nagios",