Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from Alfresco/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
marcomancuso committed May 26, 2017
2 parents a01bb22 + 5df9e57 commit 1c505b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -88,12 +88,16 @@ Include `alfresco-tranformations` in your node `run_list`:

`initialise_libreoffice`: resource to initalise Libreoffice and verify it works correctly. It is mainly used within EC2 instances with AMI pre-baked with LibreOffice

properties:
**properties:**

`version` String, default: lazy { node['transformations']['libreoffice']['version'] }

`initialise_command` String, default: lazy { node['transformations']['libreoffice']['initialise']['command']['full'] }

`run_user` String, default: lazy { node['transformations']['libreoffice']['tomcat_user'] }

`user_installation_path` String, default: lazy { node['transformations']['libreoffice']['initialise']['command']['user_installation_path'] }

`lo_installation_path` String, default: lazy { libre_office_path }

example:
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures chef-alfresco-transformations'
long_description 'Installs/Configures chef-alfresco-transformations'
version '0.1.0'
version '1.0'

chef_version '~> 12' if respond_to?(:chef_version)

Expand Down

0 comments on commit 1c505b7

Please sign in to comment.