summaryrefslogtreecommitdiff
path: root/1 projects/Inwerken Mohammed/8 Jan 2025 - Woensdag.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-01-13 13:16:06 +0100
committerJasper Ras <jras@hostnet.nl>2025-01-13 13:16:06 +0100
commit9232b8d817d4cd4122947375156fa2fa1e9fba14 (patch)
treee4feb77f2e508f008b78f722e91488bb9a3f3806 /1 projects/Inwerken Mohammed/8 Jan 2025 - Woensdag.md
parented0753ad224f0c65133bd7a63180257eecd9f5e3 (diff)
vault backup: 2025-01-13 13:16:06
Diffstat (limited to '1 projects/Inwerken Mohammed/8 Jan 2025 - Woensdag.md')
-rw-r--r--1 projects/Inwerken Mohammed/8 Jan 2025 - Woensdag.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/1 projects/Inwerken Mohammed/8 Jan 2025 - Woensdag.md b/1 projects/Inwerken Mohammed/8 Jan 2025 - Woensdag.md
new file mode 100644
index 0000000..b8bbc64
--- /dev/null
+++ b/1 projects/Inwerken Mohammed/8 Jan 2025 - Woensdag.md
@@ -0,0 +1,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`. \ No newline at end of file