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:
parent
cbd054c930
commit
8b3c5fc255
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user