aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-13 19:32:46 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-13 19:32:46 +0100
commitbdd62a05132b9f3d5a9d61099ab6acd5791597b0 (patch)
tree8d5ed048df4b58a06495d8fbd12034ff9c0ce739
parentfre 11 feb 2022 18:59:48 CET (diff)
downloadwiki-public-bdd62a05132b9f3d5a9d61099ab6acd5791597b0.tar.gz
wiki-public-bdd62a05132b9f3d5a9d61099ab6acd5791597b0.tar.xz
sön 13 feb 2022 19:32:46 CET
-rw-r--r--StrapCentOS.wiki2
-rw-r--r--deb.wiki7
-rw-r--r--index.wiki2
-rw-r--r--puppet.wiki8
4 files changed, 17 insertions, 2 deletions
diff --git a/StrapCentOS.wiki b/StrapCentOS.wiki
index bcb7169..d690c88 100644
--- a/StrapCentOS.wiki
+++ b/StrapCentOS.wiki
@@ -31,7 +31,7 @@ from docker
dest=/mnt/var/lib/machines/teams
cd /tmp
-yum reinstall --downloadonly --downloaddir . centos-relesae
+yum reinstall --downloadonly --downloaddir . centos-release
rpm --root $dest -ivh --nodeps centos*.rpm
cp -arv /etc/yum.repos.d $dest/etc
diff --git a/deb.wiki b/deb.wiki
index b2b272c..9a710b1 100644
--- a/deb.wiki
+++ b/deb.wiki
@@ -168,3 +168,10 @@ Stå in en katalog med
- `cd <paketnamn>`
- `debuild`
+== Om allting finns i repona ==
+Se till att devscripts är installerat
+
+- apt build-dep <pkgname>
+- apt source <pkgname>
+- cd <pkgname>-version
+- debuild
diff --git a/index.wiki b/index.wiki
index 75850af..cd0e5a2 100644
--- a/index.wiki
+++ b/index.wiki
@@ -63,7 +63,7 @@
- [[aur]]
- [[aurbuilder]]
- [[StrapCentOS]]
-- [[debian-pkg]]
+- [[debian-pkg]] -----
- Pedalmontering
- [[test]]
- [[Oblivion]]
diff --git a/puppet.wiki b/puppet.wiki
index 98e89a1..0eb8df5 100644
--- a/puppet.wiki
+++ b/puppet.wiki
@@ -63,6 +63,14 @@ case $variable {
[['a', 1]].hash => { 'a' => 1 }
}}}
+== Exported Resources ==
+https://puppet.com/docs/puppet/7/lang_exported.html
+
+{{{puppet
+@@ssh { ... }
+Ssh <<| |>>
+}}}
+
== Server ==
{{{class="client"