You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,9 +30,6 @@ This module implements the following elements:
32
30
All these components are configured through a set of variables you will find in
33
31
[`manifests/params.pp`](manifests/params.pp).
34
32
35
-
_Note_: the various operations that can be conducted from this repository are piloted from a [`Rakefile`](https://github.com/ruby/rake) and assumes you have a running [Ruby](https://www.ruby-lang.org/en/) installation.
36
-
See `docs/contributing.md` for more details on the steps you shall follow to have this `Rakefile` working properly.
37
-
38
33
## Dependencies
39
34
40
35
See [`metadata.json`](metadata.json). In particular, this module depends on
@@ -54,9 +49,6 @@ Use it as follows:
54
49
55
50
include ' kernel'
56
51
57
-
See also [`tests/init.pp`](tests/init.pp)
58
-
59
-
60
52
### Definition `kernel::module`
61
53
62
54
The definition `kernel::module` provides ...
@@ -72,9 +64,6 @@ Example:
72
64
ensure => 'present',
73
65
}
74
66
75
-
See also [`tests/module.pp`](tests/module.pp)
76
-
77
-
78
67
## Librarian-Puppet / R10K Setup
79
68
80
69
You can of course configure the kernel module in your `Puppetfile` to make it available with [Librarian puppet](http://librarian-puppet.com/) or
@@ -87,26 +76,19 @@ or, if you prefer to work on the git version:
87
76
88
77
mod "ULHPC/kernel",
89
78
:git => 'https://github.com/ULHPC/puppet-kernel',
90
-
:ref => 'production'
91
-
92
-
## Issues / Feature request
79
+
:ref => 'main'
93
80
94
-
You can submit bug / issues / feature request using the [ULHPC/kernel Puppet Module Tracker](https://github.com/ULHPC/puppet-kernel/issues).
81
+
## Developments / Issues / Contributing to the code
95
82
96
-
## Developments / Contributing to the code
83
+
This Puppet Module has been implemented in the context of the [UL HPC](http://hpc.uni.lu) Platform of the [University of Luxembourg](http://www.uni.lu).
84
+
It relies on [Vox Pupuli modulesync](https://github.com/voxpupuli/modulesync) for its organization.
97
85
98
86
If you want to contribute to the code, you shall be aware of the way this module is organized.
99
87
These elements are detailed on [`docs/contributing.md`](contributing/index.md).
100
88
89
+
You can submit bugs / issues / feature requests using the [ULHPC/kernel Puppet Module Tracker](https://github.com/ULHPC/puppet-kernel/issues).
101
90
You are more than welcome to contribute to its development by [sending a pull request](https://help.github.com/articles/using-pull-requests).
102
91
103
-
## Puppet modules tests within a Vagrant box
104
-
105
-
The best way to test this module in a non-intrusive way is to rely on [Vagrant](http://www.vagrantup.com/).
106
-
The `Vagrantfile` at the root of the repository pilot the provisioning various vagrant boxes available on [Vagrant cloud](https://atlas.hashicorp.com/boxes/search?utf8=%E2%9C%93&sort=&provider=virtualbox&q=svarrette) you can use to test this module.
107
-
108
-
See [`docs/vagrant.md`](vagrant.md) for more details.
109
-
110
92
## Licence
111
93
112
94
This project and the sources proposed within this repository are released under the terms of the [GPL-3.0](LICENCE) licence.
0 commit comments