marsbard / puppet-alfresco

A puppet build script for Alfresco
MIT License
25 stars 11 forks source link

[major] 4.2.f install broken #92

Closed digcat closed 8 years ago

digcat commented 9 years ago

Notice: Scope(Class[Alfresco]): alfresco_version = 4.2.f Warning: require is a metaparam; this value will inherit to all contained resources in the alfresco::install::download_file definition Notice: Compiled catalog for test.honeycomb in environment production in 3.95 seconds Error: Could not find dependency Alfresco::Safe-download[alfresco.war] for Exec[unpack-alfresco-war] at /home/admin/puppet-alfresco/modules/alfresco/manifests/install/alfresco-ce.pp:114

yeah basically will be alfresco.war is defined inside the 5.0.x case but not the 4.2.f

might need the unpack-alfresco-war to move inside both clauses with slightly different invocations

digcat commented 9 years ago

tested on centos 7.
tested on trusty64 (java 7) java 8 has problems

digcat commented 8 years ago

tested latest master this looks fixed. Closing.