Open robpaterson opened 10 years ago
Can you verify, please, if you get the same error commenting the line in puppet.conf:
parser = future
Yep, that worked just fine. Sorry I should have thought to try that. Somehow I got convinced that the only way to get Puppet 3.7.3 to work was to have that parser = future line…
On 11 Nov 2014, at 12:59 am, Alessandro Franceschi notifications@github.com wrote:
Can you verify, please, if you get the same error commenting the line in puppet.conf:
parser = future
— Reply to this email directly or view it on GitHub https://github.com/example42/puppet-jboss/issues/35#issuecomment-62415812.
No prob, there are some parts in some Example42 modules which as still no compatible with the future parser. I leave the ticket open as a reminder to fix that.
Hi,
I'm new at Puppet, so feel free to ignore if I'm making a noob mistake.
ENVIRONMENT I've used Amazon AMI to install:
[root@puppet-test ~]# facter --version 2.3.0 [root@puppet-test ~]# hiera --version 1.3.4 [root@puppet-test ~]# puppet --version 3.7.3
Node definition:
node 'puppet-test.paterson.in' { class { 'jboss':} }
PROBLEM When I: puppet agent --test --debug
I get: Error 400 on SERVER: Could not find template ''
CONFIGURATION My puppet.conf is:
[root@puppet-test ~]# cat /etc/puppet/puppet.conf [main]
Finally:
If I comment out the JBoss class declaration and use another module (say my SSH module) then it works.