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

Refactor Module to allow definition of types #11

Merged
merged 40 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
db1a2af
Refactor Module to allow definition of types and have a more flexible…
voxel01 Nov 22, 2023
a4e1dd6
Fix static tests
voxel01 Nov 22, 2023
63216c0
Fix stdlib/concat requirement
voxel01 Nov 22, 2023
17fe1f9
Update examples/basic_installation.pp
voxel01 Nov 23, 2023
fb92a02
Update manifests/config.pp
voxel01 Nov 23, 2023
3115907
Update manifests/receiver.pp
voxel01 Nov 23, 2023
19cdbac
Update manifests/config.pp
voxel01 Nov 23, 2023
4645455
Update manifests/init.pp
voxel01 Nov 23, 2023
5d1f44a
Update manifests/config.pp
voxel01 Nov 23, 2023
dbafc49
Fix Syntax
voxel01 Nov 23, 2023
ce3465b
Update Reference
voxel01 Nov 23, 2023
839efad
Remove templates and replace with stdlib::to_yaml($component) in pupp…
voxel01 Nov 23, 2023
cab0091
Update contib example
voxel01 Nov 23, 2023
0c14901
Update manifests/config.pp
voxel01 Nov 23, 2023
30281af
Fix Fixtures
voxel01 Nov 23, 2023
58422ba
Remove Footer as it is not needed
voxel01 Nov 23, 2023
0a5d886
Remove template
voxel01 Nov 23, 2023
ead9e7c
Update manifests/receiver.pp
voxel01 Nov 23, 2023
bd33de7
Merge branch 'main' into refactor-types
voxel01 Nov 23, 2023
c77a777
Update examples/basic_installation.pp
voxel01 Nov 23, 2023
577d542
to lowercase
voxel01 Nov 23, 2023
69d0cc7
to lowercase
voxel01 Nov 23, 2023
0ec31d7
to lowercase
voxel01 Nov 23, 2023
5ad37c7
Fix Test after removal of footer
voxel01 Nov 23, 2023
5a0d6a0
Simplify config
voxel01 Nov 23, 2023
5217fdf
Update reference
voxel01 Nov 23, 2023
8f416d3
Fix lint
voxel01 Nov 23, 2023
49b304e
Add Check for listening port
voxel01 Nov 24, 2023
f012510
Add Check for listening port
voxel01 Nov 24, 2023
a0685d9
Update manifests/config.pp
voxel01 Nov 24, 2023
a0c9e46
Update manifests/config.pp
voxel01 Nov 24, 2023
69afc39
Update manifests/init.pp
voxel01 Nov 24, 2023
b3398b0
Use Repos instead of forge_modules
voxel01 Nov 24, 2023
242d444
Removed old testcode
voxel01 Nov 24, 2023
de96556
Fix check for Hash in all cases
voxel01 Nov 24, 2023
49e7ee5
Add some doku, examples and example names
voxel01 Nov 24, 2023
afa3f4f
Add spaces
voxel01 Nov 24, 2023
ef958ff
Add missing documentation for param
voxel01 Nov 24, 2023
5d573d9
Add custom type for component naming
voxel01 Nov 24, 2023
888740d
Update reference
voxel01 Nov 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
fixtures:
repositories:
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
concat: https://github.com/puppetlabs/puppetlabs-concat.git
Loading