From 794848eadbcced92c5e9ea8a5c5c94d4e8848728 Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Wed, 6 Dec 2017 15:31:20 +0100 Subject: [PATCH] Installation of aptitude, puppet, tmux and zsh move to latecommand script (post.sh). --- CHANGELOG.md | 1 + README.md | 2 +- preseed/debian/jessie/preseed.cfg | 2 +- preseed/debian/jessie/preseed_cinnamon.cfg | 2 +- preseed/debian/jessie/preseed_gnome.cfg | 2 +- preseed/debian/jessie/preseed_mate.cfg | 2 +- preseed/debian/stretch/preseed.cfg | 2 +- .../debian/stretch/preseed.cinnamon.uefi.cfg | 2 +- preseed/debian/stretch/preseed_cinnamon.cfg | 2 +- .../debian/stretch/preseed_computenode.cfg | 2 +- preseed/debian/stretch/preseed_gnome.cfg | 2 +- preseed/debian/stretch/preseed_mate.cfg | 2 +- scripts/README.md | 12 +++++++++--- scripts/latecommand.tar.gz | Bin 3938 -> 3948 bytes scripts/latecommand/post.jessie.sh | 2 +- 15 files changed, 22 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ff211f..04a921a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * Leave standart task in peace to be able to have a X session for user's nodes… (see #17). * Update doc about Debian distribution name and remove useless entries (oldStable). * No longer define zsh as default shell for root. +* Installation of aptitude, puppet, tmux and zsh move to latecommand script (post.sh). ## Release 0.4.1 ### Improvement diff --git a/README.md b/README.md index 92dfd92..bfba2fd 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Preseeding provides a way to set answers to questions asked by the Debian-Instal * Specific to Debian Jessie and older : * Select **ssh-server** and **standard** in _tasksel_ for installation. * Add a repository for Puppet (http://apt.puppetlabs.com) and the GPG key. - * Add additional packages : **puppet**, **tmux**, **zsh** and **tftp-hpa** (to be able to download the [latecommand archive from the PXE server][debian latecommand howto]). + * Add additional packages : **tftp-hpa** (to be able to download the [latecommand archive from the PXE server][debian latecommand howto]). ------ diff --git a/preseed/debian/jessie/preseed.cfg b/preseed/debian/jessie/preseed.cfg index 8ac696f..07979bb 100644 --- a/preseed/debian/jessie/preseed.cfg +++ b/preseed/debian/jessie/preseed.cfg @@ -298,7 +298,7 @@ tasksel tasksel/first multiselect ssh-server standar ## Individual additional packages to install # tftp-hpa to download an archive (see preseed/late_command at the end of this file) -d-i pkgsel/include string tmux puppet zsh tftp-hpa +d-i pkgsel/include string tftp-hpa # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select full-upgrade diff --git a/preseed/debian/jessie/preseed_cinnamon.cfg b/preseed/debian/jessie/preseed_cinnamon.cfg index ae5f4bf..cce3fbc 100644 --- a/preseed/debian/jessie/preseed_cinnamon.cfg +++ b/preseed/debian/jessie/preseed_cinnamon.cfg @@ -289,7 +289,7 @@ tasksel tasksel/first multiselect ssh-server standar ## Individual additional packages to install # tftp-hpa to download an archive (see preseed/late_command at the end of this file) -d-i pkgsel/include string tmux puppet zsh tftp-hpa +d-i pkgsel/include string tftp-hpa # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select full-upgrade diff --git a/preseed/debian/jessie/preseed_gnome.cfg b/preseed/debian/jessie/preseed_gnome.cfg index caa7710..60a8aed 100644 --- a/preseed/debian/jessie/preseed_gnome.cfg +++ b/preseed/debian/jessie/preseed_gnome.cfg @@ -289,7 +289,7 @@ tasksel tasksel/first multiselect ssh-server standar ## Individual additional packages to install # tftp-hpa to download an archive (see preseed/late_command at the end of this file) -d-i pkgsel/include string tmux puppet zsh tftp-hpa +d-i pkgsel/include string tftp-hpa # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select full-upgrade diff --git a/preseed/debian/jessie/preseed_mate.cfg b/preseed/debian/jessie/preseed_mate.cfg index 04cbcd4..0822964 100644 --- a/preseed/debian/jessie/preseed_mate.cfg +++ b/preseed/debian/jessie/preseed_mate.cfg @@ -289,7 +289,7 @@ tasksel tasksel/first multiselect ssh-server standar ## Individual additional packages to install # tftp-hpa to download an archive (see preseed/late_command at the end of this file) -d-i pkgsel/include string tmux puppet zsh tftp-hpa +d-i pkgsel/include string tftp-hpa # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select full-upgrade diff --git a/preseed/debian/stretch/preseed.cfg b/preseed/debian/stretch/preseed.cfg index 04e80d1..afdfe2e 100644 --- a/preseed/debian/stretch/preseed.cfg +++ b/preseed/debian/stretch/preseed.cfg @@ -291,7 +291,7 @@ tasksel tasksel/first multiselect ssh-server ## Individual additional packages to install # tftp-hpa to download an archive (see preseed/late_command at the end of this file) -d-i pkgsel/include string aptitude tftp-hpa +d-i pkgsel/include string tftp-hpa # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select full-upgrade diff --git a/preseed/debian/stretch/preseed.cinnamon.uefi.cfg b/preseed/debian/stretch/preseed.cinnamon.uefi.cfg index 9d7fb96..7848aa5 100644 --- a/preseed/debian/stretch/preseed.cinnamon.uefi.cfg +++ b/preseed/debian/stretch/preseed.cinnamon.uefi.cfg @@ -303,7 +303,7 @@ tasksel tasksel/first multiselect ssh-server standar ## Individual additional packages to install # tftp-hpa to download an archive (see preseed/late_command at the end of this file) -d-i pkgsel/include string aptitude tmux zsh tftp-hpa +d-i pkgsel/include string tftp-hpa # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select full-upgrade diff --git a/preseed/debian/stretch/preseed_cinnamon.cfg b/preseed/debian/stretch/preseed_cinnamon.cfg index 115e03f..07212a5 100644 --- a/preseed/debian/stretch/preseed_cinnamon.cfg +++ b/preseed/debian/stretch/preseed_cinnamon.cfg @@ -279,7 +279,7 @@ tasksel tasksel/first multiselect ssh-server standar ## Individual additional packages to install # tftp-hpa to download an archive (see preseed/late_command at the end of this file) -d-i pkgsel/include string aptitude tmux zsh tftp-hpa +d-i pkgsel/include string tftp-hpa # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select full-upgrade diff --git a/preseed/debian/stretch/preseed_computenode.cfg b/preseed/debian/stretch/preseed_computenode.cfg index 68edf13..888fd26 100644 --- a/preseed/debian/stretch/preseed_computenode.cfg +++ b/preseed/debian/stretch/preseed_computenode.cfg @@ -274,7 +274,7 @@ tasksel tasksel/first multiselect ssh-server ## Individual additional packages to install # tftp-hpa to download an archive (see preseed/late_command at the end of this file) -d-i pkgsel/include string aptitude tftp-hpa +d-i pkgsel/include string tftp-hpa # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select full-upgrade diff --git a/preseed/debian/stretch/preseed_gnome.cfg b/preseed/debian/stretch/preseed_gnome.cfg index f91f79c..7af2475 100644 --- a/preseed/debian/stretch/preseed_gnome.cfg +++ b/preseed/debian/stretch/preseed_gnome.cfg @@ -279,7 +279,7 @@ tasksel tasksel/first multiselect ssh-server standar ## Individual additional packages to install # tftp-hpa to download an archive (see preseed/late_command at the end of this file) -d-i pkgsel/include string aptitude tmux zsh tftp-hpa +d-i pkgsel/include string tftp-hpa # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select full-upgrade diff --git a/preseed/debian/stretch/preseed_mate.cfg b/preseed/debian/stretch/preseed_mate.cfg index 8767be0..b688f14 100644 --- a/preseed/debian/stretch/preseed_mate.cfg +++ b/preseed/debian/stretch/preseed_mate.cfg @@ -279,7 +279,7 @@ tasksel tasksel/first multiselect ssh-server standar ## Individual additional packages to install # tftp-hpa to download an archive (see preseed/late_command at the end of this file) -d-i pkgsel/include string aptitude tmux zsh tftp-hpa +d-i pkgsel/include string tftp-hpa # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select full-upgrade diff --git a/scripts/README.md b/scripts/README.md index 2928dbe..1eea728 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -48,10 +48,16 @@ Some useful configurations after a Debian installation : * Move `rsyslog` default configuration to two files (__/etc/rsyslog.conf__ and __/etc/rsyslog.d/99syslog.conf__). * `logrotate` now rotate logs to specific directories (such as __/var/log/syslog.d__, __/var/log/mail/__,…) instead of __/var/log/__. * Create these new directories. - * Remove some useless packages (nfs, tasksel,…). + * Packages : + * Add minimal packages for a working system (aptitude, tmux and zsh). + * Remove some useless packages (nfs rpcbind,…). + * Ensure an openssh-server is available. * Permit root SSH login with password (no standard user…). * … +Specific to Debian Stretch : + * Add python-apt (Ansible dependencie). + Specific to Debian Jessie and older : * Smarter rsyslog (more directories and less files in **/var/log**). * Shorter configuration file and use more files from /etc/rsyslog.d/ @@ -66,6 +72,7 @@ Specific to Debian Jessie and older : * _localX_ logs from /var/log/localX.log to __/var/log/syslog/localX.log__ * _syslog_ logs from /var/log/syslog.log to __/var/log/syslog/syslog.log__ * _authpriv_ logs from … to __/var/log/security/authpriv.log__ + * Add puppet package. #### How-to use it * First, make an archive of the script and directories : @@ -75,8 +82,7 @@ tar czvf latecommand.tar.gz latecommand/ ``` * Then, it can be use at the end of a Debian preseed file : ``` -d-i preseed/late_command string in-target chsh -s /bin/zsh ; \ -in-target /usr/bin/tftp ${IP.SRV.TFTP} -c get ${PATH/TO/TFTPD/ROOT}/scripts/latecommand.tar.gz /tmp/latecommand.tar.gz ; \ +d-i preseed/late_command string in-target /usr/bin/tftp ${IP.SRV.TFTP} -c get ${PATH/TO/TFTPD/ROOT}/scripts/latecommand.tar.gz /tmp/latecommand.tar.gz ; \ in-target tar xzf /tmp/latecommand.tar.gz -C /tmp/ ; \ in-target /bin/sh /tmp/latecommand/post.sh ``` diff --git a/scripts/latecommand.tar.gz b/scripts/latecommand.tar.gz index 46be6069095c3c1e148059eb4123f339aceeb8af..96032e90f1a38646886edc137ccf122e322cb8b0 100644 GIT binary patch literal 3948 zcmV-y50mg8iwFQt|0h}i1MMAYZ`;ToRo9*j)RCqSpAh{^2_&{SjEsPgC%@8}5m*LW1-I_` zciL=W{)2EC+TLvI>tM6_S9M*ROtcBWsk%BIxAVV?CY%5C?}_QT({1p;2_9?Os`(#| zU~S<1kM!YWGMd2rPjvW02HRl1uKmI1ze`A;MrLWw33&nkWwSUiBIdbd%4|xeUO+M+ z1+df@N!=*O17 zcc^rk>&MYSwDf6qlb|@y_jFZ*=OWqb7aNd`ObJ=MSs}Z+C6o2j#oND~UXZg_moHyj zzxw;iX%q24*!LkNQD9gMg@fsd7>re9I6g^M7cSUqk5JdRft5UGvpMvSnk>X+mjj2# z1T`UbBjUvoiRQTIZQHxU3A33?fsC?$Y9f`!}9N38>kDvVX<`@gA67W&gcngbM=7c9=-=%bddYi#!6do0NpU=h*~|0D+-^ zzHkAM|1Vy!0D9DnykJTCw+8G>gw3{KLhY4n+A;7#`Ax1n5(==t%j(5KC9t1@Ct9Wo zaKv>`ZLuT^T)_3sl1vSgn`#_OBaY@LM?})NUd64)K~SyY zg&(lnI(!M1gCP9T$Y5uDlU2y++&jzhYFaskX?a)Wn~`f<2h(4Zr!)GLI! zzw%+q3H%FYI`jYl?0*-3vyf0DT%z5*3mDkh&&kbux2s7_sWKk3t{l{-+lkR4-5ZYY6%Tf{R>Bjk_lCBVA$F077MPLx07 zqZ*t3N+|x2PbxapgECw(o5{l*PHloy3%Fqu+^~QfHNlMvIIRgzE8z4dIK6-yH^Gey zxJeV-q*#tusD}1TBQobbn4`V26M1y<+@d$}?AgDRPF+XfT|Q_02VW9+)e-h9B4bc+ znz*Mx6iDLYdj@}9FJdOeD_m=;6fa=>Pd%7@dUkt@Buu z|I-HC{~N04ChCI`_ZbEpZ^{z&H`{q&nLZJ;Wc@-^#R=%A%sd%Ppsk| z5)mNm2*MATnp-O1W$LFK1(8aGLrNhG5o46H4_=PxNX-d4u@uFeJD!Efyum8yW~K$L zdN+W$cjxj9<5Rww*>bx*}&PlA(0c`li$#KqLy$xK>zvtiYGt<-vrBQDLE|Q2MLHf4SVQxL2ojs zk{AKa7a~k;>8oKUo$T0bBQFv}8uC$b#zl`Rd+k;1ZsQ8f4 zdx%{Jt^fQ3wwnL{D{Ny%w;Bel@&9#oFsamkjECc4>;LbfeWL%LE{`u624pOD7!71B zcMud*25<+lLB?@+AwtIS4;d+N0}q~N;h~}#eVrfwr}qK}B`*6?Jf8=^r!mSLF*9*^ zsz|kzwB+~z3m?$2T#1{fgzFjQ%B>QEBBu--uJS4fIgcXGU-byQjFi%m zbSFy1PXG2SBQg?ksXGH=b5Zu>S_oHcpy>I)3EWWF%^e)bY`8(cO=Fv+n3iYqk>yNp zpa=^^(jx3xpLZ8|;a7TP#bHfZb`(-mXzK0*Zh~7tpCA508I3nN<`#3-dDO~pe zE-=Vl0=env?VTJQoc}&OWwlyA` z)_?Q*UxZV~n%36;@1!-%|JKUD*VTV(YGwY1>Hu!F@&69mAHM#3|BYu|c!ou?+V4-Q z{1&jW>YHp-^DQ7@-PGpQ-utg1n0aSlP96}<{=x}o8`OY{U9^1o4PaN?j$g(u(N%4O zf^UIFWFn1MSnCb2RYFar+TG79@&1l#yb1h@uqH9~ZH(U`l*uF9{Y&a&EM&b2XP4B9 zITHed+m?pgZE5&dY7O>(Yh~bT-~XCuHTyqQTl>F@*4BT2I%`?caw(BZ?ex#e>f$0F zO3gR`<6hJk%PN;k`PZUuSypUa$+U{a*0TEZx*&NDSypZ>)-dF?)@#dwH>?RxCC*EO zWrgbHvh&6|^%WKBjRnW42%FX&i{KlSAB*4{R3VGt8x$jp;2YE=i{KlSCX3)3R49w! zNuhG83L3#vm~63DUx1J=R^c6pN>Q?ilDT2RiNn{{z28C;?SJh6Z%aHj&;N`Dsy4v< z&qQtC|KCY#od48(KbFTj|8G1Qm*;;t80q8I|Jy|?9TFtRq@_rc9N<|tI&^rJ3b%bs zKTHG9$&P6c6-BPbSKL04JrcZ>23y=?Qo=c@B5xE#Mjr_mnz*gbzS5 z`2naRgr&Bz6n`bn39Az&4$_J_MFZGwp-uzKz5!C$fHC|6cDAC~jtnkn4Z-5HI%Em!90JWaido8)c zUuKjPn$+J`te3mU--)fiyIC(gsl4PStWXVCrg0y#-zXXC16-VUlrBDd#qxA^y7;!W zf*-H{8|}YcDs}s89&7Bss%dJ){;T>}Z|(msT9+qq_F(==KHGad31ra-He9H5vt?NL z1nE9V{{X~-QlDu2euzaV;39ZaUZi1T8Bo5X0MtzCfzX>c;JfBfAZ$z{p3VkvOvt0_ z;kmF&6C^~B-7J3}%~?p;lq|iN+!=5KE&_p8w)Lo`C6TP_6_oM4jl0P4j|oiK4P0Oq)E)gZ_;Bf{gMbdflzyS>5P>{2=`rvz zqB&P}>3j{wV~w9PkQk8RKFkf4UDa#8as@gnnb@1%@$9CjbiL50CYv&ozqFja(4OTA zVZQjN2!{i9z25dmPZBih|ExIZkv!JufBf8EHU87|R{!s$)n0`of(tYjeICJ;S-FK* zZqRMGDsB4$t#SWj@#z+LtlR&Zu2u4X6MfR2|LvreUVG)G`VZo!PZfbWY>sVK$3uxF zhuKdIIj>Y`)DuE1C%k(5O-S~&=jux|>HgpH7l1d-|LdAQfPe7&znZ4E`Tt!s`TTDw z@t?MJ-~UrpwKD&c!MM%;@1%9}@{c6;C!2VNyC(YmtBNpd)1WI-L!3d!5zE=@qHi2mFMVkfIc2E9V<) zq9WC;iYc5-JVLC5%2owyOjAEXRHU+1L9pw>A_n&vtzPIxq zymgB&f8%=*z(c?dsBq>(?idI$`;GZu?exd;FykN`!*Kd+ntceECnAKL#J7K7l=;FV zurldkjc9J<$2K*yBTe?C$3q2Oft8HIU{en5VNhd}>;Eks{G@H|`Hzkl3Oi)O|vp{7UD#Z|bZLZr$_m zv{}OZ`@t%(-1*km!DjP6)HHQERi^+q)P|EuJO8_AviVQ`o*1q(+XfGu;EAf%&Hrc& zYXj$htc|AA@f7BNs=*&J*aq`;?GHZxT|)XaGzxQ0$P4%{n@7GLGS?w9W>GS8eUbtx zfc3`pDPa!WwqvM87S)93vt@cY3+ z_i5jBGvRu8y$Ee9z3~C1J;6JQqIAoR-yv__p1r?#c}222MHt0)&B&q$maCi3_m~~s z2d=T)J0xA=`R*+sl8kdVcjC9?G`o~)lP-u~_Mf}Fj&eEH(~ z)!%EUO~eCX-v^Y0zHTxU4yGq$Fjk>%dn8_6xL~hcLLL1ER`P<)7tlXyumG1`1{@p{ z)P&Rti5rC^T;QU&EcXs4%wi4&GRpp`flSU}OPtY}9$DcvwLR3LaZ^nHr;|TwO5W|MZgQ?H@NPIDZu_NsuvTLzEY!Z3{fs*#GfZQ%nBeR0HtV{_miH z!A$0+zKW<*S#+9(`n zZ*G}2AC`0G2O$Yuo1)5eOjsO(>L%m@u5VUkrW@Q;<5=oZxHvf?lE(EaZaofyY85X$ zpWRmB3$Ppn;g3#^p5cw-?5^WF6ybXrLZYz^-*wiA!9frf{gDk|`y37t;(?c;i1 z2##)%oPG|@VG!8zd^xNDj4-j_%vwj7!ys@J&>G4)Fo($u-bLca;ch{Lj-(Q=5a#~M zgDEHQFPQ1T1pu)BUHr`gLiJ#UcK6O_U}povXI>a^L#+Gg#w=(+bNkOl#O)@P9UsIX zce?LLLGVEgLVdqHb?N=MPp4+)K;c5R^%c3H1o~|f*D&;eKeAQ;>(INPJYE@5{*aGq zWO%hu{2`xIbf^bKxO_I_hZ)?k32vCfjhf&_Io!AjZk)rZO>k-sr!~Q8IozZPZj!@I zo8YGTa=bz{v}fp{vFO1Z?G>HKqm$<*y@}?}{-t!PIs)(VIpaV0lEABuuwM}wgM!o8 zJq4mb5*Oby`0KbKGbmo+TC3-Qdg3_Q`sqF7cAPQq2t1QuCy4v^(x(2LItBv+1wkPg z9dOcN&(K@yuWnp(#RDr?sLY8wOc9|2?Wt=+ENKVxr$?>(CuySp=ea?65-hgPV@>`~ z9dQ3o%>RNH*yewB(z<`@-!P{iEEFY)U(Y_gc>DAD^S%88llhJgie-OrD9sJ-x_*DQt~9?G50AJ%rexF#k2 zE-v=C7iFZp=hD?%Mk@Bbj96HWWz@oYlOShntBjbfpm?<7+!X|oVCo^lyQRd;5>V)G z^O!4haL7Trj*kg0x8wi)=f8)Fy#yT6^GL6kdrhuoen9s{2%!?x6EnYuL<9&cgzy8V z=9UV0sro5KL8KJnkU|JU#2BUMgBN2uQgMP#OhqvkwrgTCZ%_x_%rvJ}?FJBc?;M_C ze5#xF7hsT2D@IE=dBr*X)s0}3Et4Ev@jYc89>XpHhYrDu(ft)50iWjwAe{TVNBw{S zh7;CIdP13R$d4aC;?5-RbYqF4@_h;3r4vMPGIXKCYUAtc2I3t9VzL-efrUbPD{wF4 z4VlvpodNu^d^NWh~d+ek?T<> z2o^omIMgrDl7r+wXQ7v(q3iAh43pm`h397MN=wOkt8n2uJ$S^2iVqpRhuC${`p-XL ztN8!F!Zv1ft6{(z|6dy>=l^4EJizP0a55T?TK|6+?Gyd~WO;naFd${I!)PF7xr3mf zG=MvZ4N{J~3lUO|f5=FI8+h7wH_=3&<=d@@@0vd6~oY;MM8MkoB80eFAnpC*@69yB-28YJJ&ZY z7!d3Y=wlyrheK}Y3{Ptl?%cUgJJtbyFb};1zn9_nAZEyJKTk<19Z7e>MC{~m&(uRb z7MD76Ahr-?kFSL|#R7`12b{qFgl*ixflS946x%GaNP=m)1|M0@^agr>olKuGK<>!m z7(MW)WdV1@2R1iMchX-LbE13r(F^H)NLWm(H;+OBez1oFgpk5@58!;A+{KWaj^5tM z(ZTuevqO$_as+#hS^<5`Sk{go=pJFIf6-8~jR}9GCaM2P-M6jr*tGte*Z(5iaH6WC zw*Gq;tzrJRRtCPV{#zZE=6^ICz^yj^-$DDs*MIN7am@=?H%VIi{YjPI0yb8ClZ|S= z1thGS+PvC(|1|_N?{v(`1A@_C+QEE-8gQ|TrU$476NsK%T<97&UvIuwol6n{mnQwymB{d_?guvjorQudv z8vd19gZ%TvpwXA5lkjSN0@~5`CIM0VtBl5wx=k>+1 z%H=}-HLqKi6fQiO1&opYdR*^7H@cuzml3C#`Y* z6Z8F89_#$S$#hbj|IuKqO? zxf-vzeIk1#cqt9GxWVo=*w_Yp+F&~y>|}#YY_NZ|Zch3AymIwq;ht=uWFsUS8rhi0 z217OqvhK_JE$eXB(+7p5i);#)u$!zE{N;HLXYMZH8V&c1+FpncKrwkfs3L@=mc9~x zW35_DN$d1j);Nwb7r*vF z;`>Ye<)Sx#R9XZTKYWeX(-2BDI6pQ1dG!rYL0H*1$OfR&^J=dpclgVUl0uW}+ltk4 z7x_D})ps|mWhbSV+=LaX;>y(T1NIvwBW-|-^N!NxXRlbE&Q2EJwpQ@t^?#%Nw+f|h zpUq>9{U568uw?&-+C*#Z|1MgWCvf&){z*35dprqb(hxRWpmft^nEM3DK1lum#FA2v zsQi9_wJ6{sxHDd>VPP3iwxa;li0gsSn>gUR=1?H4&qAKg25?NsqwC>1uuEekM30;_ ze;+PbK-i3|+=$%ia04!UfmXWpsHtST5cwz9K-gNvjtr*VL3z4PUbLqacP}yyC>Shs zk3dWkM6(&Y$4(-0+&?qHgiCtQ4+GM28)EvdN3tD_IVv%Q#+=ZNyOUK%DJ)5wmkTA4 ztmEdC@x6_^(DsfAOxX=wU=`FI{WJJ*$*6;XHo=sBuImtiJT&Ps@G-&#S9QsJ4JH$n zpEHmMkl{Ye4VGP1YrZlCIxd*lo89s3CZ}}0z@rA6F@wLfoW9VW<_clH_^1en16H-( z_D4?=H0uAfM(B||*64ry++R8VQ?*wA@1#{;g(HFsG!cCs!Ii1q!nGT88?H**zCdf- z|5$^%1s?16zpAOF{NGfYw&#C4X@%Ebd8z(`xaku`FdQ|6&m$~ z5X%X#-hLC3eeJpW5>2}QxBLa*P4oYnstw>D{Qj@1YHj|17fn9@TT1*VZQb|(hQncL z{-=XUoB!WQ>t^L2aqP*zbAX>%((#&E5F_Ikz>bM$Q9YnMTOfH2vT_E{oW=f*GS;0e zVcm)I)t%g=bjsEu``$rE$nJGI8|L;p^~vd)RO|zOLQ6Q==RP9`29 zR!n89f;Fb8A0aAI*{Yyvru-2y0g0`O^ypmuBl?0gw%VCbJ}!8K@JM;PGf{hD@%aOs ze_rPCl74MN*0#@Ta{q5j2R}($d;X(k^&i?qoAUaPar^z}owV=m{0DE{;>+LoUIg$E zaD6JA`H(vXLd<_--d8*QF#7M|Ju@dcIOk_W;**hdw(LN95kBt+utTZ9jJVKc^u($N+c%0B%;u`~Uy| diff --git a/scripts/latecommand/post.jessie.sh b/scripts/latecommand/post.jessie.sh index 41fd0d3..b8e5cae 100755 --- a/scripts/latecommand/post.jessie.sh +++ b/scripts/latecommand/post.jessie.sh @@ -54,7 +54,7 @@ mkdir -p -- /var/log/journal ## Packages {{{ # Ensure to have some basic packages -apt -y install aptitude tmux zsh +apt -y install aptitude puppet tmux zsh # Remove NFS and rpcbind aptitude -y remove nfs-common rpcbind