IQSS / dataverse-puppet

GNU General Public License v3.0
4 stars 4 forks source link

errors during install? #1

Closed ajirnyi closed 9 years ago

ajirnyi commented 9 years ago

Hi -- I'm having problems running this: if I run (not sure if that is correct, but this is the only thing I could come up with, since my puppet experience is quite limited):

./setup.sh centos development 
puppet apply `pwd`/manifests

under puppet 4.2.1, it returns with Error: Could not parse for environment production: Syntax error at '[' at /home/xxxxx/dataverse-puppet/manifests/solr/service.pp:26:24 on node yyyyy

Also, under Puppet 3.8.2 it requires a line parser=future in puppet.conf to get to that point.

I am probably doing something wrong?

ajirnyi commented 9 years ago

A few more:

Error: Evaluation Error: Error while evaluating a Function Call, Could not find template 'iqss/dataverse/asadmin.erb' at /home/xxxx/dataverse-puppet/manifests/dataverse/install.pp
Error: Evaluation Error: Error while evaluating a Virtual Query, Resource type create_domain doesn't exist at /etc/puppetlabs/code/environments/production/modules/glassfish/manifests/install.pp

Looks like something in the Puppet setup that I have is incorrect :( Also, what version of Puppet are you using?

lwo commented 9 years ago

Continued in #3