I have a puppetmaster with PE-Console on it, i have an agent node connected which i want provide to it a module called LAMP, my newbie LAMP module
When i run "puppet agent -t" on the puppetmaster i dont get any error, and the module will install on it, but when i call puppet agent -t on node agent i get this error:
Debug: /Schedule[weekly]: Skipping device resources because running on a host
Debug: /Schedule[puppet]: Skipping device resources because running on a host
Debug: Service[pe-mcollective](provider=upstart): Could not find pe-mcollective.conf in /etc/init
Debug: Service[pe-mcollective](provider=upstart): Could not find pe-mcollective.conf in /etc/init.d
Debug: Service[pe-mcollective](provider=upstart): Could not find pe-mcollective in /etc/init
Debug: Executing '/etc/init.d/pe-mcollective status'
Debug: Executing '/etc/init.d/pe-mcollective start'
Notice: /Stage[main]/Pe_mcollective::Server/Service[pe-mcollective]/ensure: ensure changed 'stopped' to 'running'
Debug: /Stage[main]/Pe_mcollective::Server/Service[pe-mcollective]: The container Class[Pe_mcollective::Server] will propagate my refresh event
Info: /Stage[main]/Pe_mcollective::Server/Service[pe-mcollective]: Unscheduling refresh on Service[pe-mcollective]
Debug: Class[Pe_mcollective::Server]: The container Stage[main] will propagate my refresh event
Debug: Executing '/usr/bin/apt-cache policy php5-dev'
Debug: Class[Lamp]: The container Stage[main] will propagate my refresh event
Debug: Finishing transaction 87463220
Debug: Storing state
Debug: Stored state in 0.05 seconds
Notice: Finished catalog run in 15.14 seconds
Debug: report supports formats: b64_zlib_yaml pson raw yaml; using pson
Stderr from the command:
stdin: is not a tty
Error: /Stage[main]/Lamp/Service[apache2]: Could not evaluate: Execution of '/sbin/status apache2' returned 1: status: Unknown job: apache2
but on /etc/init i dont have pe-mcollective or pe-mcollective.conf, i dont have any .conf on /etc/init.d....is a bug on pe-installer that pe-mcollective service is on /etc/init.d and not on /etc/init?