Skip to content

Commit

Permalink
Merge pull request #29 from hhomar/master
Browse files Browse the repository at this point in the history
Make demo work again
  • Loading branch information
ahonor committed Sep 5, 2017
2 parents c819e60 + c9da236 commit e034f8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions install-rundeck.sh
Expand Up @@ -83,8 +83,8 @@ curl -sfL -o $LIBEXT/jira-notification-1.0.0.jar https://github.com/rundeck-plug
curl -sfL -o $LIBEXT/jabber-notification-1.0.jar https://github.com/rundeck-plugins/jabber-notification/releases/download/v1.0/jabber-notification-1.0.jar
}
# pagerduty
[[ ! -f $LIBEXT/PagerDutyNotification.groovy ]] && {
curl -sfL -o $LIBEXT/PagerDutyNotification.groovy https://raw.githubusercontent.com/rundeck-plugins/pagerduty-notification/master/src/PagerDutyNotification.groovy
[[ ! -f $LIBEXT/pager-duty-notification.zip ]] && {
curl -sfL -o $LIBEXT/pager-duty-notification.zip https://github.com/rundeck-plugins/pagerduty-notification/archive/1.1.0.zip
}
# EC2
[[ ! -f $LIBEXT/rundeck-ec2-nodes-plugin-1.5.3.jar ]] && {
Expand Down
2 changes: 1 addition & 1 deletion jobs/ops/web/Restart.xml
Expand Up @@ -12,7 +12,7 @@
<description>Rotate the log</description>
<node-step-plugin type='nixy-file-rotate'>
<configuration>
<entry key='compress' value='gzip' />
<entry key='compress' value='true' />
<entry key='file' value='${option.dir}/log' />
<entry key='tstamp-format' value='+%Y%m%d' />
</configuration>
Expand Down

0 comments on commit e034f8e

Please sign in to comment.