~ubuntu-branches/ubuntu/wily/puppet/wily

« back to all changes in this revision

Viewing changes to lib/puppet/type/selboolean.rb

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2014-04-17 14:50:28 UTC
  • mfrom: (3.1.59 sid)
  • Revision ID: package-import@ubuntu.com-20140417145028-j3p3dwvp8ggpzvaf
Tags: 3.5.1-1
ImportedĀ upstreamĀ releaseĀ 3.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    end
10
10
 
11
11
    newproperty(:value) do
12
 
      desc "Whether the the SELinux boolean should be enabled or disabled."
 
12
      desc "Whether the SELinux boolean should be enabled or disabled."
13
13
      newvalue(:on)
14
14
      newvalue(:off)
15
15
    end