Results 9 comments of Charles Walker

Ok, so when looking the `.travis.yml`, i noticed when you run the playbook manually, it is using `--sudo`. so I changed to `- {role: smola.java, sudo:yes }` Which ran fine....

yes, and at best i ended up with something like: ``` rpm -qpl testwar.rpm /opt/test/warDir/test.war ``` which upon removal of the rpm does not delete the `/opt/test/warDir` directory which ends...

Spencer, Could you elaborate on how to call `Contents.addBuiltinDirectory('/opt/test')` in the current configuration?

Thanks spencer but i was not able to get this working (using gradle 2.0.1). - I changed the import to be 'org.freecompany.redline.payload.Contents' since thats what the plugin uses - I...

I wanted to elaborate a little further on this as a possible bug. take the following full example: ``` plugins { id "nebula.os-package" version "2.0.2" } repositories { mavenCentral() }...

I created a test which fails on the issue. I think the main issue is that there is no (easy) way to specify a directory as "built-in". while diving in,...

@ubhatta33 Yes. The basic gist is that you use the `directory` command to specify ALL rpm managed directories. Then you can copy files and specify the `addParentDirs false` attribute. here...