I hereby claim:
- I am kjetilho on github.
- I am kjetilho (https://keybase.io/kjetilho) on keybase.
- I have a public key whose fingerprint is 74F8 22A9 A8D0 8445 BAFC A38B A594 E797 D89D 7131
To claim this, I am signing this object:
| ARG BASE_IMAGE=buster | |
| FROM debian:$BASE_IMAGE | |
| ENV DEBIAN_FRONTEND noninteractive | |
| RUN mkdir -p /run/systemd && \ | |
| echo 'docker' > /run/systemd/container | |
| CMD ["/bin/bash"] |
| #! /bin/bash | |
| declare -A pvalue | |
| parse_plist() { | |
| declare -a pl=$1 | |
| pvalue=() | |
| local i=0 | |
| while [[ i -lt ${#pl[@]} ]] | |
| do |
| 1) baseconfig::filebeat on ubuntu-14.04-x86_64 should compile into a catalogue without dependency cycles | |
| Failure/Error: it { should compile.with_all_deps } | |
| RuntimeError: | |
| Could not find the daemon directory (tested [/etc/sv,/var/lib/service]) | |
| # /var/lib/gems/2.3.0/gems/puppet-4.10.10/lib/puppet/provider/service/runit.rb:50:in `defpath' | |
| # /var/lib/gems/2.3.0/gems/puppet-4.10.10/lib/puppet/type/service.rb:180:in `block (3 levels) in <module:Puppet>' | |
| # /var/lib/gems/2.3.0/gems/puppet-4.10.10/lib/puppet/type.rb:834:in `set_default' | |
| # /var/lib/gems/2.3.0/gems/rspec-puppet-2.6.11/lib/rspec-puppet/monkey_patches.rb:86:in `call' | |
| # /var/lib/gems/2.3.0/gems/rspec-puppet-2.6.11/lib/rspec-puppet/monkey_patches.rb:86:in `block in <class:Type>' |
| Failures: | |
| 1) server_type hostname => pro-dev-db01 should return development | |
| Failure/Error: expect(Facter.fact(:server_type).value).to eq(result) | |
| expected: "development" | |
| got: "testing za-testing-bar-db02" | |
| (compared using ==) | |
| # ./spec/unit/facter/server_type_spec.rb:23:in `block (5 levels) in <top (required)>' |
| # phys_interfaces returns network interfaces associated with a physical device | |
| # as a comma separated list. | |
| # | |
| # Written by [email protected] 2016 | |
| # Released into the public domain | |
| require 'facter' | |
| Facter.add("phys_interfaces") do | |
| confine :kernel => :linux |
| require 'spec_helper' | |
| describe 'bareos::client::fileset' do | |
| context "basic fileset" do | |
| let(:title) { 'basic' } | |
| let(:params) { { :include_paths => ['/custom'] } } | |
| let(:facts) { RSpec.configuration.default_facts } | |
| let(:pre_condition) { <<-eot | |
| class bareos::client { | |
| $client_name = $::fqdn |
I hereby claim:
To claim this, I am signing this object: