Ori.livneh has submitted this change and it was merged.
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, 4 insertions(+), 2 deletions(-)
Approvals:
Ori.livneh: Verified; Looks good to me, approved
diff --git a/modules/admin/files/home/ori/.bash_profile
b/modules/admin/files/home/ori/.bash_profile
index 286b502..7d29319 100644
--- a/modules/admin/files/home/ori/.bash_profile
+++ b/modules/admin/files/home/ori/.bash_profile
@@ -39,8 +39,10 @@
#
alias ls="ls --color" ...="cd .." cd..="cd .."
-:() { echo "$*" | python - ; }
-mkpass() { head -c 32 /dev/urandom | base64 | tr -cd [:alnum:]; }
+:() { echo "$*" | python - ; }
+mkpass() { head -c 32 /dev/urandom | base64 | tr -cd [:alnum:]; }
+puppet-run() { sudo puppet agent -tv; }
+puppetd() { sudo puppt-agent "${@}"; }
#
--
To view, visit https://gerrit.wikimedia.org/r/146132
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If9cc28c36dcaab0fd189f482122a73477f436486
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits