From 0f529255a93283f4693038a8f8dc6eeae211a2d4 Mon Sep 17 00:00:00 2001 From: "Elizabeth K. Joseph" Date: Wed, 24 Feb 2016 11:49:03 -0800 Subject: [PATCH] Fix file link to groups.txt in sysadmin docs Change-Id: I888beeebb70b16707661908992edb55f7f38f50c --- doc/source/sysadmin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/sysadmin.rst b/doc/source/sysadmin.rst index b546d6860b..3debc211c3 100644 --- a/doc/source/sysadmin.rst +++ b/doc/source/sysadmin.rst @@ -302,7 +302,7 @@ to take. In the case of needing to disable the running of puppet on a node, it's a simple matter of adding an entry to the ansible inventory "disabled" group -in `:file:modules/openstack_project/files/puppetmaster/groups.txt`. The +in :file:`modules/openstack_project/files/puppetmaster/groups.txt`. The disabled entry is an input to `ansible --list-hosts` so you can check your entry simply by running it with `ansible $hostlist --list-hosts` as root on the puppetmaster host and ensuring that the list of hosts returned is as