Created attachment 792707[details]
attached Screenshot
Description of problem:
Using edit-node install ovirt-node-plugin-puppet into ovirt-node-iso and clean install this
iso .Login it and enter into puppet page, configure
Puppet Server:master.example.com
Puppet Certificate Name: agent2.example.com
after clicking "Save" button to apply this configuration. check that:
[root@agent2 admin]# cat /etc/puppet/puppet.conf |more
[main]
server = "master.example.com"
certname = "agent2.example.com"
# The Puppet log directory.
# The default value is '$vardir/log'.
logdir = /var/log/puppet
.....
But Configuring puppet page prompt that "Command 'puppet agent --test' returned non-zero eixt status 1"
(seen Configuring puppet page.png)
[root@agent2 admin]# puppet agent --test
Error: Could not autoload puppet/provider/user/useradd: undefined local variable or method `ovirt' for main:Object
Error: Could not autoload puppet/provider/user/hpux: Could not autoload puppet/provider/user/useradd: undefined local variable or method `ovirt' for main:Object
Error: Could not autoload puppet/type/user: Could not autoload puppet/provider/user/hpux: Could not autoload puppet/provider/user/useradd: undefined local variable or method `ovirt' for main:Object
Error: Could not create resources for managing Puppet's files and directories in sections [:main, :agent, :ssl]: Could not autoload puppet/type/user: Could not autoload puppet/provider/user/hpux: Could not autoload puppet/provider/user/useradd: undefined local variable or method `ovirt' for main:Object
Error: Could not prepare for execution: Could not create resources for managing Puppet's files and directories in sections [:main, :agent, :ssl]: Could not autoload puppet/type/user: Could not autoload puppet/provider/user/hpux: Could not autoload puppet/provider/user/useradd: undefined local variable or method `ovirt' for main:Object
Could not autoload puppet/type/user: Could not autoload puppet/provider/user/hpux: Could not autoload puppet/provider/user/useradd: undefined local variable or method `ovirt' for main:Object
Version-Release number of selected component (if applicable):
ovirt-node-iso-3.1.0-0.999.999.20130830222205git32d308e.480.fc18.iso
ovirt-node-plugin-puppet-3.1.0-0.999.20130830222205git32d308e.fc18.noarch.rpm
How reproducible:
100%
Steps to Reproduce:
Actual result:
Command 'puppet agent --test' returned non-zero exit status 1
Expect result:
Command 'puppet agent --test' execute success and start service puppet success
Additional info:
--
Created attachment 792707 [details] attached Screenshot Description of problem: Using edit-node install ovirt-node-plugin-puppet into ovirt-node-iso and clean install this iso .Login it and enter into puppet page, configure Puppet Server:master.example.com Puppet Certificate Name: agent2.example.com after clicking "Save" button to apply this configuration. check that: [root@agent2 admin]# cat /etc/puppet/puppet.conf |more [main] server = "master.example.com" certname = "agent2.example.com" # The Puppet log directory. # The default value is '$vardir/log'. logdir = /var/log/puppet ..... But Configuring puppet page prompt that "Command 'puppet agent --test' returned non-zero eixt status 1" (seen Configuring puppet page.png) [root@agent2 admin]# puppet agent --test Error: Could not autoload puppet/provider/user/useradd: undefined local variable or method `ovirt' for main:Object Error: Could not autoload puppet/provider/user/hpux: Could not autoload puppet/provider/user/useradd: undefined local variable or method `ovirt' for main:Object Error: Could not autoload puppet/type/user: Could not autoload puppet/provider/user/hpux: Could not autoload puppet/provider/user/useradd: undefined local variable or method `ovirt' for main:Object Error: Could not create resources for managing Puppet's files and directories in sections [:main, :agent, :ssl]: Could not autoload puppet/type/user: Could not autoload puppet/provider/user/hpux: Could not autoload puppet/provider/user/useradd: undefined local variable or method `ovirt' for main:Object Error: Could not prepare for execution: Could not create resources for managing Puppet's files and directories in sections [:main, :agent, :ssl]: Could not autoload puppet/type/user: Could not autoload puppet/provider/user/hpux: Could not autoload puppet/provider/user/useradd: undefined local variable or method `ovirt' for main:Object Could not autoload puppet/type/user: Could not autoload puppet/provider/user/hpux: Could not autoload puppet/provider/user/useradd: undefined local variable or method `ovirt' for main:Object Version-Release number of selected component (if applicable): ovirt-node-iso-3.1.0-0.999.999.20130830222205git32d308e.480.fc18.iso ovirt-node-plugin-puppet-3.1.0-0.999.20130830222205git32d308e.fc18.noarch.rpm How reproducible: 100% Steps to Reproduce: Actual result: Command 'puppet agent --test' returned non-zero exit status 1 Expect result: Command 'puppet agent --test' execute success and start service puppet success Additional info: --