Skip to content

Commit

Permalink
Fix kwarg in server example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Jul 14, 2020
1 parent 465668c commit 18a61dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if host.fact.linux_name in ['CentOS', 'RedHat']:
server.modprobe(
name='Silly example for modprobe',
modprobe='floppy',
module='floppy',
)

server.user(
Expand Down

0 comments on commit 18a61dd

Please sign in to comment.