search for: acadaca

Displaying 5 results from an estimated 5 matches for "acadaca".

2011 Mar 07
2
puppet file sharing issue
...ith this puppet server and I was hoping someone would have an opinion they could share on this situation ## puppet errors err: //basefiles/File[/etc/yum/pluginconf.d/priorities.conf]: Failed to retrieve current state of resource: Error 400 on SERVER: Not authorized to call find on /file_metadata/acadaca/yum/pluginconf.d/priorities.conf Could not retrieve file metadata for puppet:///acadaca/yum/pluginconf.d/priorities.conf: Error 400 on SERVER: Not authorized to call find on /file_metadata/acadaca/yum/pluginconf.d/priorities.conf at /etc/puppet/manifests/classes/basefiles.pp:16 err: //basefiles/Fil...
2010 Nov 04
0
failure to import ldif into ldap
...tation (which was created on FreeBSD 8.1) and substituted values for the dc=company and dc=com values with the correct ones for the current directory (attempting to implement under CentOS 5.4) and even tho the correct schemas are in place it is choking on this entry: # defaults, sudoers, Services, acadaca.com dn: cn=defaults,ou=sudoers,ou=Services,dc=acadaca,dc=net objectClass: top objectClass: sudoRole cn: defaults description: Default sudoOption's go here And again I should have all the schemas in place to make this work... include /etc/openldap/schema/core.schema include /...
2010 Nov 08
0
pam_ldap login under centOS
...CENT03:~]#cat /etc/openldap/ldap.conf # # LDAP Defaults # # See ldap.conf(5) for details # This file should be world readable but not world writable. #BASE dc=example, dc=com #URI ldap://ldap.example.com ldap://ldap-master.example.com:666 #SIZELIMIT 12 #TIMELIMIT 15 #DEREF never URI ldap://ldap.acadaca.net/ BASE dc=acadaca,dc=net TLS_CACERTDIR /etc/openldap/cacerts sudoers_base ou=sudoers,ou=Services,dc=acadaca,dc=net In my openldap logs on the LDAP server there appears to be no activity when I sudo. however in the secure logs on the client I do.. Nov 8 16:05:34 VIRCENT03 su: pam_unix(su-l:se...
2011 Mar 16
3
only one puppet client fails with yum
...Fri Feb 15 12:39:36 EST 2008 i686 athlon i386 GNU/Linux ## nodes.pp [root@puppet ~]# cat /etc/puppet/manifests/nodes.pp { .... node ''ec2-184-72-200-83.compute-1.amazonaws.com'' inherits webserver { ## <- packages don''t install here } node ''kromep2.acadaca.net'' inherits webserver { ## <- packages do install here } ... } ## these nodes both inherit a webserver class from /etc/puppet/manifests/classes/template.pp node basenode { case $operatingsystem { centos: { include centos } ubuntu: { include ubuntu }...
2011 Mar 24
6
run stages in puppet 2.6
...de mysql } node mailserver inherits basenode { include postfix } ----------------------------------------------------------------- And then this is how I define my client that I am working with: ----------------------------------------------------------------- node ''chromews21.acadaca.net'' inherits webserver { ## <-- instead what I attempt to do is setup the stage relationships here class {"centos": stage => os} class {"yumrepos": stage => repos} class {"baseapps": stage => main} class {"bas...