summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-10-22 01:37:47 -0700
committerelijah <elijah@riseup.net>2014-10-22 01:37:47 -0700
commit3ba89dda2130029e33664c0f7c9b12354bb55c3d (patch)
tree57a8ba981fa7e8ea71728c91735fb715ce7588d6 /docs
parenta22450f2e5425e7ea5cce91198bd73d840541975 (diff)
added faq item about unattended upgrades
Diffstat (limited to 'docs')
-rw-r--r--docs/platform/faq.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/platform/faq.md b/docs/platform/faq.md
index 2654ce8..0a0515a 100644
--- a/docs/platform/faq.md
+++ b/docs/platform/faq.md
@@ -2,6 +2,14 @@
@nav_title = 'FAQ'
@toc = true
+APT
+===============
+
+What do I do when unattended upgrades fail?
+--------------------------------------------------
+
+When you receive notification e-mails with a subject of 'unattended-upgrades result for $machinename', that means that some package couldn't be automatically upgraded and needs manual interaction. The reasons vary, so you have to be careful. Most often you can simply login to the affected machine and run `apt-get dist-upgrade`.
+
Puppet
======
@@ -24,7 +32,7 @@ How can i customize the leap_platform puppet manifests ?
--------------------------------------------------------
You can create a custom module `site_custom`. The class `site_custom::setup` will get
-included in the first part of the deploy process, and `site_custom` during the second part.
+included in the first part of the deploy process, and `site_custom` during the second part.
Of cause you can also create a different git branch and change whatever you want, if you are
familiar wit git.
@@ -37,7 +45,7 @@ How can i see custom facts distributed by leap_platform on a node ?
On the server, export the FACTERLIB env. variable to include the path of the custom fact in question:
export FACTERLIB=/var/lib/puppet/lib/facter:/srv/leap/puppet/modules/stdlib/lib/facter/
- facter
+ facter
Etc