Ubuntu Pastebin

Paste from Cory at Mon, 27 Jun 2016 15:51:00 +0000

Download as text
1
2
3
4
5
6
7
8
9
@when('config.changed.version')
def install():
    do_install()


@when('config.changed')
@when_not('config.changed.version')
def update_config():
    rewrite_config()
Download as text