Skip to content

Commit cbe14ed

Browse files
authored
Merge pull request #480 from marcusdots/modulesync
workaround: lint check disabled. See description for details
2 parents 024fda2 + 052a66a commit cbe14ed

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
puppet:
2424
name: Puppet
2525
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v4
26+
with:
27+
beaker_hypervisor: 'docker'

.sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@
1111
secure: "iStKD31BM2tH9V3IbVJ0BTekwPWwhZbj4rb+6Xiz44cL4pNTHX3ymiAmbGjP0tlVbkzr1+jgUiTXG7ubLG0lTr2mjbgmBWa8ZcyH933HTZ7pzwIUtBjKuZjHT9vG1qZ3MPLDgb9R/i1qRj9rk6pRNlAyhqk5B/ynmO1uzcPneQHo8wToN/WvFGQIw/9I/FFWQQO/6Ap9LpD7xSF5ZAcg94tMpTkBebEuibZOi3Ze5Ah3zf2vHOOFSRcTTrFynyn1mYkUFU1xaOuoqvyTp7Tv+M1+uB1zIXJSJ4oNNeWsC5mLkKz1UBT5GQN7CFaFLawmGqhLQx29sk483Y5+K1NIX8UST47oZFc+bTQjAWJPlVj16lMApB1AXBzov3Cdz3n7GOfZla4BK/2FLqXXbG2KLMMQS/dG3rnLFM4vCT3ED48ZIXV4mb+wpbiXPV4HlOhEbtMSNwXwgWzq3+9yn2PO0rrmGA8tYeY1+ffHoyYGu4aiXO6xzQE8Xbp4LqDeYzRRM078t5BlYyuaU6ZTYgCVFoS9weQETGD1soF8nRObD9Flk2kB+XRIaQytIkQwOR8B28Z44L4ha5syfqvNbuNcJWHvJJNkhT9WlfdcQdmTdIPhglrCGrPtiVp83Ictps6qL5mJRpWcVQarubOGac2YfWC6CBFvxgo7lMFSoYFR3gc="
1212
spec/spec_helper.rb:
1313
hiera_config: "File.expand_path(File.join(__dir__, 'fixtures', 'hiera.yaml'))"
14+
15+
.github/workflows/ci.yml:
16+
beaker_hypervisor: 'docker'

manifests/service.pp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,17 @@
5151
}
5252

5353
if ($service_manage and $service_provider_restart) {
54+
#lint:ignore:exec_idempotency
5455
exec { 'gitlab_reconfigure':
5556
notify => Service[$service_name],
5657
* => $_reconfigure_attributes,
5758
}
59+
#lint:endignore
5860
} else {
61+
#lint:ignore:exec_idempotency
5962
exec { 'gitlab_reconfigure':
6063
* => $_reconfigure_attributes,
6164
}
65+
#lint:endignore
6266
}
6367
}

0 commit comments

Comments
 (0)