Difference between revisions of "User:Frodo"
Jump to navigation
Jump to search
(asdf) |
|||
Line 1: | Line 1: | ||
This is the Frodo user page. Frodo is one of the identities John Irwin uses for maintaining the wiki and ZINC. | This is the Frodo user page. Frodo is one of the identities John Irwin uses for maintaining the wiki and ZINC. | ||
+ | |||
+ | |||
+ | cd /opt/bks/src/cluster/puppet/modules/bks-packages/manifests | ||
+ | vi init.pp and add package | ||
+ | puppet parser validate init.pp | ||
+ | cd .. | ||
+ | vi Modulefile (up number) | ||
+ | puppet module build . | ||
+ | puppet module install -f pkg/bks-packages-0.0.26.tar.gz | ||
+ | |||
+ | Then on client machine (or just wait 30 mins, assuming puppet agent is running) | ||
+ | puppet agent -t | ||
+ | |||
[[Category:Lab members]] | [[Category:Lab members]] | ||
[[Category:jji]] | [[Category:jji]] |
Revision as of 19:34, 4 March 2015
This is the Frodo user page. Frodo is one of the identities John Irwin uses for maintaining the wiki and ZINC.
cd /opt/bks/src/cluster/puppet/modules/bks-packages/manifests vi init.pp and add package puppet parser validate init.pp cd .. vi Modulefile (up number) puppet module build . puppet module install -f pkg/bks-packages-0.0.26.tar.gz
Then on client machine (or just wait 30 mins, assuming puppet agent is running)
puppet agent -t