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

Latest commit

 

History

History
22 lines (17 loc) · 799 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 799 Bytes

This repository is no longer maintained.

Issue reports and pull requests will not be attended.

AWS Pipeline Puppet Configurations for WSO2 Identity Server Module

Warning

The CICD pipeline is deprecated.

This repository contains the Puppet configurations WSO2 Identity Server module used in AWS Pipeline.

Adding files

  1. Add the necessary files/repository/components/lib folder.

  2. Add the file names as parameters in init.pp manifest file.

     $file_name = filename
    
  3. 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}",
     }