-
the following configuration:
```
bsd::network::interface::trunk { 'lagg10':
interface => [ 'vtnet1', 'vtnet2' ],
address => [ '10.0.0.1/24' ],
}
```
creates **/etc/rc.conf** entry…
-
##### Bug report summary
Charts that stopped being visualized from unknown reason:
- ip.tcp_syn_queue
- ip.tcp_accept_queue
- ip.tcpreorders
On some servers, the whole list above is missing, …
-
##### SUMMARY
With Redis as a fact cache, ansible-playbook run with the --flush-cache option results in:
ERROR! Unexpected Exception, this is probably a bug: u'my.hostname'
Probably a reg…
-
As suggested #6 it would be good to be able to reference the name of currently processed project
and group in its config.
### Use case example
Let's assume that you have bunch of custom Puppet…
-
Right now one has to run 5 different rake tasks to perform a full test and teardown:
```
pdk bundle exec rake 'litmus:provision[docker, centos:7]'
pdk bundle exec rake 'litmus:install_agent[puppe…
-
## Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 5.4.2
- Ruby: bundled
- Distribution: CentOS 7
## What are you seeing
When I remove a node via `puppet node deactivate…
-
Greetings, i'm fairly new to using puppet and am trying to get puppetboard working but have run into an installation issue. I have PuppetDB running on its own server and succesfully collecting report…
-
**Describe the bug**
When running `pdk validate`, the "Checking Ruby code style" step always shows a failure, even right after creating a new module and changing nothing else.
**To Reproduce**
Cr…
-
Hi @rnelson0,
I did the following on the modulesync branch:
```
bastelfreak@bastelfreak-ws ~/modulesync_config/modules/puppet-r10k $ bundle exec rake beaker:centos-72-x64
/usr/bin/ruby -I/home…
-
The tutorial says:
https://github.com/puppetlabs/puppet_litmus/wiki/Tutorial:-use-Litmus-to-execute-acceptance-tests-with-a-sample-module-(MoTD)#provision-a-target-to-test-against
* step 1 : `bund…