Skip to content

Commit

Permalink
Add NiFi toolkit and nifi-ca user
Browse files Browse the repository at this point in the history
  • Loading branch information
sodre committed Nov 19, 2017
1 parent b99dcb3 commit 0b0e3bf
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion meta/parcel.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,34 @@
"conflicts": "",

"provides": [
"nifi"
"nifi",
"nifi-toolkit"
],

"scripts": {
"defines": "nifi_env.sh"
},

"packages": [
{
"name": "nifi",
"version": "1.4.0"
},
{
"name": "nifi-toolkit",
"version": "1.4.0"
}
],

"components": [
{
"name": "nifi",
"version": "1.4.0"
},
{
"name": "nifi-toolkit",
"version": "1.4.0"
}
],

"users": {
Expand All @@ -27,6 +44,12 @@
"home": "/var/lib/nifi",
"shell": "/bin/bash",
"extra_groups": [ ]
},
"nifi-ca": {
"longname": "Apache NiFi CA",
"home": "/var/lib/nifi-ca",
"shell": "/bin/bash",
"extra_groups": [ ]
}
},

Expand Down

0 comments on commit 0b0e3bf

Please sign in to comment.