Created
December 17, 2020 20:51
-
-
Save kjetilho/f0f47cbf2822ead2afc3e77c0b41b781 to your computer and use it in GitHub Desktop.
plussignment
This file contains 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
class a { | |
file { ['/a', '/b']: } | |
file{"/xx": ensure => absent, require => File['/a'] } | |
} | |
class b inherits a { | |
File["/xx"]{ require +> File['/b']} | |
} | |
include b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment