Don't run against localhost by default with kick.sh

Running against localhost by default with kick.sh means that if you have
disabled puppet crons on the puppet master to test things you will
reenable them automatically creating potentially bad side effects. Avoid
this problem by forcing people to explicitly puppet localhost if this is
what they want.

Change-Id: Id4212005735cac13e6d26439f309569d7567206c
This commit is contained in:
Clark Boylan 2018-04-25 13:26:03 -07:00
parent cbd054c930
commit 8b3c5fc255
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@
# License for the specific language governing permissions and limitations
# under the License.
ansible-playbook -f1 --limit $1:localhost \
ansible-playbook -f1 --limit $1 \
/opt/system-config/production/playbooks/remote_puppet_adhoc.yaml