Displaying 9 results from an estimated 9 matches for "providerredhat".
2009 Nov 10
23
Puppet Not Running chkconfig correctly.
So, I noticed that when adding a service to puppet, puppet is running
a chkconfig <service>. However, as far as I can tell, puppet should be
running a chkconfig --add <service>, otherwise the symlinks don''t get
created from the service in /etc/rc.d/rc6.d back to the service in
/etc/init.d. As as a result, the service is not stopped on shut down.
I must be missing something
2011 Aug 26
0
Service resource does not seem to be disabling service on reboots
...hasrestart => true,
hasstatus => true,
}
It runs fine, disabling the service while the system is up. Debugging it, I
noticed that it run the following:
debug: Service[atd](provider=redhat): Executing ''/sbin/service atd status''
debug: Puppet::Type::Service::ProviderRedhat: Executing ''/sbin/chkconfig
atd''
The idea is to disable it completely, so it does not come back in the next
reboot. By running ''/sbin/chkconfig atd'', that does not happen. So, the
correct command, I think, would be ''/sbin/chkconfig atd off''.
I...
2011 Aug 29
1
Re: Re: Service resource does not turn services off on reboots
...>
> > It runs fine, disabling the service while the system is up. Debugging it,
> I
> > noticed that it run the following:
> > debug: Service[atd](provider=redhat): Executing ''/sbin/service atd
> status''
> > debug: Puppet::Type::Service::
> > ProviderRedhat: Executing ''/sbin/chkconfig atd''
> >
> > The idea is to disable it completely, so it does not come back in the
> next
> > reboot. By running ''/sbin/chkconfig atd'', that does not happen. So, the
> > correct command, I think, would be ...
2011 Feb 15
3
troubles with require parametre
...ions"],
File["hosted-zones.bdb.conf"],
],
}
}
The end of the debug output:
debug: Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl
does not exist
debug: Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update
does not exist
debug: Puppet::Type::Service::ProviderRedhat: file /sbin/service does
not exist
debug: Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc
does not exist
debug: Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not
exist
debug: Puppet::Type::Package::ProviderFreebsd: file /usr/sbin/pkg_info
does not exist
debug: Puppet::Ty...
2011 Aug 23
2
err: Could not run Puppet configuration client: execution expired
...g for pavml1.example.local
debug: Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update
does not exist
debug: Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not
exist
debug: Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc
does not exist
debug: Puppet::Type::Service::ProviderRedhat: file /sbin/service does
not exist
debug: Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl
does not exist
debug: Puppet::Type::Package::ProviderFreebsd: file /usr/sbin/
pkg_delete does not exist
debug: Puppet::Type::Package::ProviderFink: file /sw/bin/fink does not
exist
debug: Puppet::T...
2011 Oct 31
6
useradd question
I am using Ubuntu LTS 10.04 with the backported puppet
2.6.1-0ubuntu2~lucid1
I am trying to create user with the following manifests but at the end
always getting the Could not find user git error message:
What am i missing, seems the manifest not creating the missing git
user.
/etc/modules/git/manifests/user.pp
class git::user {
user{''install'':
name
2011 Jun 20
13
confused about file ensure/require
my base/default includes this ntp manifest
# cat modules/ntp/manifests/ntp.pp
# ntp.pp
class ntp {
case $operatingsystem {
centos, redhat: {
$service_name = ''ntpd''
$conf_file = ''ntp.conf.el''
}
debian, ubuntu: {
$service_name = ''ntp''
$conf_file = ''ntp.conf.debian''
}
}
package {
2012 Feb 09
2
Puppet master can not find file_metadata for my puppet module
...ning on
a host
debug: /Schedule[hourly]: Skipping device resources because running on
a host
debug: /Schedule[weekly]: Skipping device resources because running on
a host
debug: Service[puppet](provider=redhat): Executing ''/sbin/service
puppet status''
debug: Puppet::Type::Service::ProviderRedhat: Executing ''/sbin/
chkconfig puppet''
debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw
yaml; using pson
debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw
yaml; using pson
debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw...
2012 Jun 20
12
Could not run Puppet configuration client: execution expired
...0 2012 Puppet (debug):
Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not
exist
Wed Jun 20 12:20:34 +0200 2012 Puppet (debug):
Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist
Wed Jun 20 12:20:34 +0200 2012 Puppet (debug):
Puppet::Type::Service::ProviderRedhat: file /sbin/service does not exist
Wed Jun 20 12:20:34 +0200 2012 Puppet (debug):
Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist
Wed Jun 20 12:20:34 +0200 2012 Puppet (debug):
Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist
Wed Jun 20 12:20...