Skip to content

Commit

Permalink
Merge pull request voxpupuli#216 from traylenator/post
Browse files Browse the repository at this point in the history
New type yum::post_transaction_action
  • Loading branch information
traylenator authored Jul 5, 2021
2 parents 4a76434 + c6e0063 commit 95f5571
Show file tree
Hide file tree
Showing 9 changed files with 550 additions and 66 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,16 @@ yum::versionlock{'bash':
}
```

### Run a post transaction command
Specify a command to run after transactions of packages.

```puppet
yum::post_transaction_action{'touch_file':
key => 'openssh-*',
command => 'touch /tmp/openssh-package-updated',
}
```

### Install or remove *yum* package group

Install yum [package groups][3]. To list groups: `yum group list`. Then use
Expand Down
Loading

0 comments on commit 95f5571

Please sign in to comment.