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

This repository contains necessary IS product configurations used in AWS Pipeline

License

Notifications You must be signed in to change notification settings

wso2-attic/aws-cicd-is-configurations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}",
     }