feat: add ci build task (#342)
- a ci workflow for build tests - run pre-commit against all files Reviewed-on: #342
This commit was merged in pull request #342.
This commit is contained in:
@@ -90,7 +90,7 @@ class profiles::consul::client (
|
||||
# cleanup /usr/local/bin/consul which was created by url install method
|
||||
if $facts['os']['family'] == 'RedHat' {
|
||||
file {'/usr/local/bin/consul':
|
||||
ensure => absent,
|
||||
ensure => absent,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user