Property files are pretty common in Java land. They are a key/value store. Formatted as key=value with optional #comment lines. Yes, probably like a .plist file. I've done some iOS programming... seem to remember that, but mostly use XCode which hides the underlying file format pretty well.
David On Tue, Apr 19, 2011 at 1:58 PM, Patrick <[email protected]> wrote: > > On Apr 18, 2011, at 6:08 AM, David Kavanagh wrote: > > > I assumed this would be simple. I thought about using augeas, but don't > want to pull that in if I don't really need it. Is there a built-in resource > that I could use to edit property files that I'm missing? > > Thanks, > > David > > What's a property file? You talking about MacOS plist files? > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
