Last active
August 29, 2015 14:19
-
-
Save dblessing/0b880f80aa3f7e737db4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Chef::Log.warn("About to backup") | |
converge_by "backup #{new_resource} before upgrade" do | |
backup | |
Chef::Log.info("#{new_resource} backed up gitlab") | |
end | |
super |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2015-04-12T20:34:12+00:00] WARN: About to backup | |
- upgrade package gitlab from 7.9.0_omnibus.2-1.el6 to 7.9.2_omnibus-1.el6 | |
(up to date) | |
(up to date) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment