Compare commits
3 Commits
ce163850b6
...
1.0.0-4.20
| Author | SHA1 | Date | |
|---|---|---|---|
| 054a912251 | |||
| b766962f39 | |||
| dc4f967292 |
40
.gitignore
vendored
40
.gitignore
vendored
@@ -1,39 +1,5 @@
|
||||
.git/
|
||||
.*.sw[op]
|
||||
.metadata
|
||||
.yardoc
|
||||
.yardwarns
|
||||
Gemfile.lock
|
||||
FileList
|
||||
.scannerwork
|
||||
*.iml
|
||||
/.bundle/
|
||||
/.idea/
|
||||
/.vagrant/
|
||||
/coverage/
|
||||
/bin/
|
||||
/doc/
|
||||
/Gemfile.local
|
||||
/Gemfile.lock
|
||||
/junit/
|
||||
/log/
|
||||
/pkg/
|
||||
/spec/fixtures/manifests/
|
||||
/spec/fixtures/modules/*
|
||||
/tmp/
|
||||
/vendor/
|
||||
/.vendor/
|
||||
/convert_report.txt
|
||||
/update_report.txt
|
||||
.DS_Store
|
||||
.project
|
||||
.envrc
|
||||
/inventory.yaml
|
||||
/spec/fixtures/litmus_inventory.yaml
|
||||
.resource_types
|
||||
.modules
|
||||
.task_cache.json
|
||||
.plan_cache.json
|
||||
.rerun.json
|
||||
bolt-debug.log
|
||||
.vscode
|
||||
.puppet-lint.rc
|
||||
.rspec
|
||||
.vscode
|
||||
3
.puppet-lint.rc
Normal file
3
.puppet-lint.rc
Normal file
@@ -0,0 +1,3 @@
|
||||
--no-variable_scope-check
|
||||
--no-top_scope_facts
|
||||
--no-140chars-check
|
||||
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -32,7 +32,6 @@ pipeline {
|
||||
git checkout -b jenkins-build-$BUILD_NUMBER
|
||||
# Optionally merge master into jenkins to ensure compatibility
|
||||
git merge origin/master --no-ff || { echo "Merge conflict detected"; exit 1; }
|
||||
ls -alh .
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,11 +36,11 @@ class confdroid_selinux::params (
|
||||
$os_release = $facts['os']['release']['major']
|
||||
|
||||
# directories
|
||||
$sx_main_dir = '/etc/selinux'
|
||||
$sx_main_dir = '/etc/selinux'
|
||||
|
||||
# files
|
||||
$sx_main_file = "${sx_main_dir}/config"
|
||||
$sx_main_file_erb = 'confdroid_selinux/main/selinux_config.erb'
|
||||
$sx_main_file = "${sx_main_dir}/config"
|
||||
$sx_main_file_erb = 'confdroid_selinux/main/selinux_config.erb'
|
||||
|
||||
# includes must be last
|
||||
include confdroid_selinux::main::config
|
||||
|
||||
Reference in New Issue
Block a user