Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/146132

Change subject: add 'puppet-run' bash alias to my .bash_profile
......................................................................

add 'puppet-run' bash alias to my .bash_profile

Change-Id: If9cc28c36dcaab0fd189f482122a73477f436486
---
M modules/admin/files/home/ori/.bash_profile
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/32/146132/1

diff --git a/modules/admin/files/home/ori/.bash_profile 
b/modules/admin/files/home/ori/.bash_profile
index 286b502..702195c 100644
--- a/modules/admin/files/home/ori/.bash_profile
+++ b/modules/admin/files/home/ori/.bash_profile
@@ -41,6 +41,7 @@
 alias ls="ls --color" ...="cd .." cd..="cd .."
 :() { echo "$*" | python - ; }
 mkpass() { head -c 32 /dev/urandom | base64 | tr -cd [:alnum:]; }
+puppet-run() { sudo puppet agent -tv; }
 
 
 #

-- 
To view, visit https://gerrit.wikimedia.org/r/146132
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If9cc28c36dcaab0fd189f482122a73477f436486
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to