diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index c6b338b..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index 94292ce..4875cec 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ *.toc *.tps .auctex-auto/ +.DS_Store diff --git a/chapters.tex b/chapters.tex index 4b68806..8cdf939 100644 --- a/chapters.tex +++ b/chapters.tex @@ -8,9 +8,9 @@ \input{chapters/einleitung/methodik.tex} \input{chapters/grundlagen/main.tex} +\input{chapters/technische-umsetzung/main.tex} \input{chapters/anforderungen.tex} -\input{chapters/marktanalyse.tex} \input{chapters/evaluation.tex} \input{chapters/fazit.tex} diff --git a/chapters/evaluation.tex b/chapters/evaluation.tex index 7e399ab..8152345 100644 --- a/chapters/evaluation.tex +++ b/chapters/evaluation.tex @@ -4,7 +4,4 @@ % \chapter{Evaluation} -\section{Einschätzung zur Integrationsflexibilät} -\section{Auswertung des Integrationsaufwandes} -\section{Zusammenfassung} diff --git a/chapters/fazit.tex b/chapters/fazit.tex index c48b90d..9fa40bf 100644 --- a/chapters/fazit.tex +++ b/chapters/fazit.tex @@ -4,8 +4,5 @@ \chapter{Fazit} \section{Ausblick} - -\section{Offene Fragen} - -\section{Aussprechen der Handlungsempfehlung} +\section{Offene Problemstellungen} diff --git a/chapters/grundlagen/main.tex b/chapters/grundlagen/main.tex index cabfb62..bedd096 100644 --- a/chapters/grundlagen/main.tex +++ b/chapters/grundlagen/main.tex @@ -3,3 +3,6 @@ % \chapter{Grundlagen} +\section{Die Arbeitsumgebung} +\section{1Password} +\section{Ansible} diff --git a/chapters/marktanalyse.tex b/chapters/marktanalyse.tex deleted file mode 100644 index 1401dc2..0000000 --- a/chapters/marktanalyse.tex +++ /dev/null @@ -1,6 +0,0 @@ -% -% Chapter: Marktanalyse -% - -\chapter{Marktanalyse} - diff --git a/chapters/technische-umsetzung/main.tex b/chapters/technische-umsetzung/main.tex new file mode 100644 index 0000000..253e146 --- /dev/null +++ b/chapters/technische-umsetzung/main.tex @@ -0,0 +1,8 @@ +% +% Chapter: Technische Umsetzung +% + +\chapter{Technische Umsetzung} +\section{Berechtigungsverwaltung} +\section{Integration in Ansible} + diff --git a/main.pdf b/main.pdf index 8dd73c8..d53dac1 100644 Binary files a/main.pdf and b/main.pdf differ