datengarten thumbnails & new folder structure
This commit is contained in:
parent
1055074233
commit
e9b3014b9d
185 changed files with 8015 additions and 1 deletions
87
content/datengarten/51/feature-dg-standard-logo.svg
Normal file
87
content/datengarten/51/feature-dg-standard-logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 46 KiB |
45
content/datengarten/51/index.md
Normal file
45
content/datengarten/51/index.md
Normal file
|
@ -0,0 +1,45 @@
|
|||
---
|
||||
categories: ["Datengarten"]
|
||||
series: "Datengarten"
|
||||
title: "Datengarten 51"
|
||||
no: 51
|
||||
subtitle: "Puppet … Konfigurationsmanagement"
|
||||
date: 2015-05-12T00:00:00+02:00
|
||||
event:
|
||||
start: 2015-05-12T20:00:00+02:00
|
||||
end: 2015-05-12T22:00:00+02:00
|
||||
location: CCCB
|
||||
speaker: Robert
|
||||
speaker_url: https://twitter.com/zero\_0ne
|
||||
language: de
|
||||
streaming: yes
|
||||
recording: https://media.ccc.de/v/dg51-puppet
|
||||
tags: ["Datengarten", "Veranstaltung"]
|
||||
---
|
||||
|
||||
"Puppet … Konfigurationsmanagement“ (KM; englisch configuration
|
||||
management, CM) ist eine Managementdisziplin, die organisatorische und
|
||||
verhaltensmäßige Regeln auf den Lebenslauf eines Produkts und seiner
|
||||
Konfigurationseinheiten von Entwicklung über Herstellung und Betreuung
|
||||
bis hin zur Entsorgung anwendet.” Wikipedia -
|
||||
<https://de.wikipedia.org/wiki/Konfigurationsmanagement> , 20.03.2015
|
||||
|
||||
Hört sich komisch an, ist aber gar nicht so falsch. Es geht um Server
|
||||
(Linux/Unix…\[ja, auch Windows, aber wer will das denn schon\])
|
||||
Konfiguration. Man kennt das ja, man richtet einen neuen Server ein,
|
||||
dann noch einen und dann noch einen und dann… Immer wieder das Gleiche.
|
||||
Dann baut man sich irgendwie statische Skripts. Und dann verzweifelt
|
||||
man, weil es mal wieder nicht so recht will wie man sich das gedacht
|
||||
hatte… und hier setzt nun Puppet an. Es hilft einem dabei, den
|
||||
Wunschzustand eines Systems zu definieren und sorgt dann dafür das
|
||||
dieser hergestellt wird und bleibt. Dynamisch und modular, vielseitig
|
||||
einsetzbar.
|
||||
|
||||
` file { ‘puppet_datengarten.key’:`\
|
||||
` ensure => ‘present’,`\
|
||||
` owner => ‘rwaffen’,`\
|
||||
` group => ‘datengarten’,`\
|
||||
` mode => ‘777’,`\
|
||||
` source => ‘datengarten/mai/puppet_datengarten.key.template’,`\
|
||||
` require => Group[Datengarten],`\
|
||||
` }`
|
Loading…
Add table
Add a link
Reference in a new issue