Skip to content

Commit

Permalink
Merge pull request #4 from varkoly/master
Browse files Browse the repository at this point in the history
Missing SCR Agent for reading and writing /etc/sysconfig/hana-firewal…
  • Loading branch information
angelabriel authored May 2, 2023
2 parents 8abb8f4 + 7a5edef commit 8b8ea96
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ospackage/hana-firewall.scr
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/**
* File:
* hana-firewall.scr
* Summary:
* SCR Agent for reading/writing /etc/sysconfig/hana-firewall
* Access:
* read/write
* Authors:
* Peter Varkoly <[email protected]>
*
* Read/Sets the values defined in <tt>/etc/sysconfig/hana-firewall</tt>
* in an easy manner.
*/
.sysconfig.hana-firewall

`ag_ini(
`SysConfigFile("/etc/sysconfig/hana-firewall")
)

0 comments on commit 8b8ea96

Please sign in to comment.