Digital Catalyst

Results 18 comments of Digital Catalyst

--- a/manifests/packages.pp +++ b/manifests/packages.pp @@ -4,7 +4,7 @@ class alfresco::packages inherits alfresco { 'RedHat': { ``` exec { "get-repoforge": ``` - command => "yum install -y http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el${operatingsystemmajrelease}.rf.x86_64.rpm", - command =>...

its in modules/deploy, we didnt find a way to auto deploy it, this might be something fixable in newer releases? https://localhost:8080/share/page/modules/deploy

other modules enable by default, is this by design?

``` class { 'alfresco': domain_name => 'localhost', initial_admin_pass => 'admin', mail_from_default => 'admin@localhost', alfresco_base_dir => '/opt/alfresco', tomcat_home => '/opt/alfresco/tomcat', alfresco_version => '5.0.x', download_path => '/opt/downloads', db_root_password => 'alfresco', db_user =>...

seeing issue with uploader addon ``` Error: /usr/bin/wget https://github.com/softwareloop/uploader-plus/releases/download/v1.2/uploader-plus-surf-1.2.amp -O /opt/alfresco/amps_share/tmp__uploader-plus-surf-1.2.amp returned 4 instead of one of [0] Error: /Stage[main]/Alfresco::Addons::Uploader-plus/Alfresco::Safe-download[addons::uploader-plus-share]/Exec[safe-retrieve-addons::uploader-plus-share]/returns: change from notrun to 0 failed: /usr/bin/wget https://github.com/softwareloop/ uploader-plus/releases/download/v1.2/uploader-plus-surf-1.2.amp -O...

tried vagrant with ubuntu/vivid64 openjdk-8-jdk installs fine, but were missing libt1-dev http://pastebin.com/n02Q69rX

using t1utils in place of libt1-dev moves us along some now just a failure in the /etc/init.d/tomcat startup script http://pastebin.com/iwx2ZFf9

we should also improve the ssl security with the use of ciphers on apache. ssl_cipher => 'ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS', ssl_protocol => 'all -SSLv2 -SSLv3', ssl_honorcipherorder => 'On', checked with this and gets...

This is a known issue https://tickets.puppetlabs.com/si/jira.issueviews:issue-html/MODULES-2054/MODULES-2054.html

fair enough, so this would be if we moved to puppet 2, will close it for now. cheers