example42 / puppet-tp

Tiny Puppet - The Universal Installer
http://tiny-puppet.com
Apache License 2.0
68 stars 21 forks source link

Syntax error at 'Variant' #20

Closed amateo closed 8 years ago

amateo commented 8 years ago

I'm trying to use tp module, version 1.0.0, with puppet 3 (3.8.6). When I try to use it, I get the error

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Syntax error at 'Variant'; expected ')' at /puppet/environments/feature_TLM_3240/modules/tp/manifests/install.pp:76 on node canis30.um.es

Is the module compatible with puppet 3.8? Or is it another reason for the fail?

alvagante commented 8 years ago

tp::install is compatible with Puppet 4 only Use tp::install3 with Puppet 3 (same applies for the other defines, On Puppet 3 use the ones with 3 suffix)

amateo commented 8 years ago

Oh... Thank you.