Skip to content
This repository was archived by the owner on Jun 12, 2019. It is now read-only.

Commit 932f61d

Browse files
committed
Add init flag to code update script call.
1 parent ff120e7 commit 932f61d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/handler.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Configure virtual environment
1717
exec { 'virtualenv_update':
18-
command => "/bin/bash ${root_dir}/bin/twlight_update_code.sh",
18+
command => "/bin/bash ${root_dir}/bin/twlight_update_code.sh init",
1919
}
2020

2121
}

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsnshrmn-twlight",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"author": "jsnshrmn",
55
"summary": "Puppet TWLight management module.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)