OSC / puppet-module-openondemand

0 stars 16 forks source link

Added support to add module files into the OnDemand public folder #151

Closed abujeda closed 10 months ago

abujeda commented 10 months ago

We store public files within the Puppet configuration. We would like to use this location to configure the public folder.

This change adds support to specify a list of files to add the public folder.

openondemand::public_files_source_paths:
  - "puppet:///modules/profile/openondemand/common/logo_small_fasrc.png"
  - "puppet:///modules/profile/openondemand/common/rc-logo-text_2017_sm.png"
treydock commented 10 months ago

This will be released with v4.4.0 once Github actions complete.