Displaying 9 results from an estimated 9 matches for "providerlaunchd".
2010 Oct 08
0
Understanding puppetd --debug output
...enable   => true
                }
[...]
}
this is some debug output:
[...]
debug: Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist
debug: Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist
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::ProviderDaemontools: file /usr/bin/svc does not exist
[...]
debug: Puppet::Type::Package::ProviderNim: file /usr/sbin/nimclient does not exist
debug:...
2009 Jul 21
0
new puppet config - fileserver issue
...changes
debug: Loaded state in 0.04 seconds
debug: Retrieved facts in 0.67 seconds
debug: Retrieving catalog
debug: Calling puppetmaster.getconfig
debug: Retrieved catalog in 5.17 seconds
debug: Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update
does not exist
debug: Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl
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::Network::Client::File: defining fileserver.describe
debug: Puppet::Network::Client::Fil...
2011 Feb 15
3
troubles with require parametre
...true,
    hasstatus => true,
    subscribe => [
      File["named.conf"],
      File["named.conf.local"],
      File["named.conf.options"],
      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::Ty...
2011 Aug 23
2
err: Could not run Puppet configuration client: execution expired
...bin/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::Type::Package::ProviderRug: file /usr/bin/rug does not
exist
debug: Puppet::Type::...
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
...: file pkg-get does
not exist
debug: Puppet::Type::Exec::ProviderWindows: feature microsoft_windows
is missing
debug: Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not
exist
debug: Puppet::Type::Service::ProviderSystemd: file /bin/systemctl
does not exist
debug: Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl
does not exist
debug: Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-
rc.d does not exist
debug: Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update
does not exist
debug: Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc
does not exist
debug: C...
2010 Apr 12
10
Cron question
Hello,
Why the following lines doesn''t work?
   cron { "app" :
      command     => ""nice -n -10 /usr/bin/php
/var/www/public_html/rotinas/rotinas.php 2>&1>> /var/log/app.log",
      environment => "PATH=$PATH",
      user        => root,
      hour        => ''*'',
      minute      =>
2012 Jun 20
12
Could not run Puppet configuration client: execution expired
...l; using pson
Wed Jun 20 12:20:34 +0200 2012 Puppet (info): Caching catalog for 
<host-name>
Wed Jun 20 12:20:34 +0200 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:...