Add hosts_allow , host_deny, inherit_acl and host msdfs at the share level #61
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- '*' | |
tags: | |
- '*' | |
pull_request: | |
branches: | |
- '*' | |
concurrency: | |
group: ${{ github.ref_name }} | |
cancel-in-progress: true | |
jobs: | |
puppet: | |
name: Puppet | |
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v1 |