Issue reports and pull requests will not be attended.
Warning
The CICD pipeline is deprecated.
This repository contains the Puppet configurations WSO2 Identity Server module used in AWS Pipeline.
-
Add the necessary
files/repository/components/lib
folder. -
Add the file names as parameters in
init.pp
manifest file.$file_name = filename
-
Add the following code in init.pp manifest file.
file { "$carbon_home/$product-$product_version/repository/components/lib/${file_name}": mode => '0754', source => "puppet:///modules/${module_name}/repository/components/lib/${file_name}", }