summaryrefslogtreecommitdiff
path: root/.trash/8 Jan 2025 - Woensdag.md
blob: b8bbc643aac41a9cea915a8e2cce8f0911433494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#Inwerken #mohalm

---
### Communicatie
Reageren op vragen als "heb je hulp nodig?" met "Ez" komt niet altijd professioneel over. 
### Eerste ticket
Heeft een nieuwe spec-test gemaakt voor profile::openstack::logstash, alleen het draaien van die test faalt:
```
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Could not find declared class logstash (file: /home/jras/projects/group.one/vps/puppet/modules/profile/spec/fixtures/modules/profile/manifests/openstack/logstash.pp, line: 45, column: 6) on node work.home
```

**Could not find declared class logstash** is referring to the usage of the class logstash within the class profile::openstack::logstash. This means that a fixture has to be added so that the class logstash is available to our test.

Fixtures zijn te defineren `.fixtures.yml` bijv in `modules/profiles/.fixtures.yml`.