Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support: casc #1022

Open
lvthillo opened this issue Sep 16, 2021 · 1 comment
Open

Support: casc #1022

lvthillo opened this issue Sep 16, 2021 · 1 comment
Labels
enhancement New feature or request question

Comments

@lvthillo
Copy link

lvthillo commented Sep 16, 2021

Any possibility to support casc?
So we can enable it (true/false) and point to some .yaml file.
This way we can combine puppet (for the instance, hardening, jenkins install, plugins, ..) and casc (jobs, jenkins configuration, ..)

  if $casc_enable {
    $casc_dir = "${jenkins::libdir}/casc_configs/"
    $casc_file = "${casc_dir}/jenkins.yaml"
    file { $casc_dir:
      ensure  => 'directory',
    }
    file { $casc_file:
      ensure  => file,
      source  => "puppet:///modules/jenkins/jenkins.yaml",
      owner   => $jenkins::user,
      group   => $jenkins::group,
      mode    => '0755',
    }
  }
@kenyon
Copy link
Member

kenyon commented Sep 16, 2021

All it takes is a pull request implementing it, with tests, and it would be done!

@ekohl ekohl added the enhancement New feature or request label Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question
Projects
None yet
Development

No branches or pull requests

3 participants