Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768168
D1240.id3186.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
737 B
Referenced Files
None
Subscribers
None
D1240.id3186.diff
View Options
diff --git a/roles/viperserv/eggdrop/software.sls b/roles/viperserv/eggdrop/software.sls
--- a/roles/viperserv/eggdrop/software.sls
+++ b/roles/viperserv/eggdrop/software.sls
@@ -12,6 +12,8 @@
# Build eggdrop
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+{% set manpage = dirs.man + "/man1/eggdrop.1.gz" %}
+
eggdrop_software:
file.directory:
- name: /opt/eggdrop
@@ -30,6 +32,13 @@
- require:
- cmd: eggdrop_software
+eggdrop_man:
+ cmd.run:
+ - name: gzip < /opt/eggdrop/doc/man1/eggdrop.1 > {{ manpage }}
+ - creates: {{ manpage }}
+ - require:
+ - cmd: eggdrop_software
+
# -------------------------------------------------------------
# ViperServ directory
#
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 06:59 (14 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259434
Default Alt Text
D1240.id3186.diff (737 B)
Attached To
Mode
D1240: Install eggdrop man on viperserv role
Attached
Detach File
Event Timeline
Log In to Comment