bolt: Add attribution
This commit is contained in:
parent
dc74c2b5ea
commit
11a00de0db
6
bolt.md
6
bolt.md
|
@ -2,7 +2,9 @@
|
||||||
title: Bolt Quickstart
|
title: Bolt Quickstart
|
||||||
category: Bolt
|
category: Bolt
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 2018-12-17
|
updated: 2018-12-25
|
||||||
|
authors:
|
||||||
|
- github: lucywyman
|
||||||
keywords:
|
keywords:
|
||||||
- Puppet
|
- Puppet
|
||||||
- tasks
|
- tasks
|
||||||
|
@ -37,4 +39,4 @@ Tasks can be written in any language your targets can run. See [writing tasks](h
|
||||||
bolt task run mymodule::myscript -n node1.example.com,node2.example.com --private-key ~/.ssh/id_rsa-private
|
bolt task run mymodule::myscript -n node1.example.com,node2.example.com --private-key ~/.ssh/id_rsa-private
|
||||||
```
|
```
|
||||||
|
|
||||||
See `bolt task run --help` for more information and command line options.
|
See `bolt task run --help` for more information and command line options.
|
||||||
|
|
Loading…
Reference in New Issue